0
Delete output
How do I disappear/delete one output after sort ?
4 ответов
+ 2
it also depends on your os, what terminal you are using and your compiler. clearing the screen is not a standard function
https://www.geeksforgeeks.org/how-to-clear-console-in-cpp/
+ 1
Can you give an example what you mean?
+ 1
You can use the clear screen command but is not supported from all compilers .
0
For instance,
I want to show" Hello " and after in an empty screen " Bye "
But not like this :
Hello
Bye