Hi,
In my c++ console application, I am displaying progress indicator?
I am using 2 console lines for progress bar, in the last line I am displaying progress bar and in the previous line I am displaying text related to progress bar,
I need to flush last 2 lines for overwriting progress indicator changes? How to flush last 2 lines in the console?
Thanks in advance.