I\'m writing a console program in C++ to download a large file. I have known the file size, and I start a work thread to download. I want to show a progress indicator to mak
You can use a "carriage return" (\r) without a line-feed (\n), and hope your console does the right thing.