I've been trying to figure out how to ouput data in a static display. I want stuff to go out to the screen without moving.
[some header]
Time: [some numbers]
Date: [more number]
...
I'd like the descriptions (time and date) to stay in the same place, but have the numbers change. Simply outputing a chunk of info makes it scroll.
Is this possible in C++?
[some header]
Time: [some numbers]
Date: [more number]
...
I'd like the descriptions (time and date) to stay in the same place, but have the numbers change. Simply outputing a chunk of info makes it scroll.
Is this possible in C++?