console apps

Started by
1 comment, last by ytaipsw 15 years, 8 months ago
I usually code in C/C++ and Java. I've used console applications created by other people and I noticed some of them display multiple lines of output and when a variable or something changes, a line 2 or 3 lines up will change and the others will stay the same without reprinting the lines. How can I do this? All I can figure out how to do with C/C++ and Java is output single lines. I was thinking maybe they clear the output and reprint the lines with the new data, but I don't know how to do that. If you understand what I'm saying and know how to do this please help. Thanks, Ytaipsw
Advertisement
The tutorials here show how to write to specific areas of the console in C++.
Yay! This is exactly what I needed. Thank you.

Ytaipsw

This topic is closed to new replies.

Advertisement