Hi all,
Using C++, how do I move the standard output of a program around the console? Instead of having everything either tag onto the last line or moving to a newline using '\n', how can I make it so it can start text output at any point on the screen? Thanks!


Reply With Quote

Bookmarks