Is it possible to modify text I printed to the terminal without clearing the screen?
For instance, if I'm showing progress of something in percentage, can I modify that percentage without having to clear the screen and printing again? I'm looking for a cross-platform way, if there is one.
Talking C++.
thanks