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?

31st May 2018, 7:17 AM
Adugna.T
Adugna.T - avatar
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
31st May 2018, 7:52 AM
Sachin Artani
Sachin Artani - avatar