0
Loop Question
Working with loops in C++, How can I make the new iteration's output replace the old iteration's output instead of just printing it below the previous output?
1 Respuesta
+ 2
You will need to flush the output screen in every iteration.
This might be helpful-
https://www.daniweb.com/programming/software-development/threads/377070/clear-screen-and-loop-problem