Answer the question
In order to leave comments, you need to log in
How to clear console in c++?
In what ways except:
1) system("cls");
(because the system is busy) "pause"
2)
for(int = 0; int < 25; i++) (нелогично)
cout << "\n";
Answer the question
In order to leave comments, you need to log in
www.cplusplus.com/forum/articles/10515
See ways: "ncurses" and "conio.h".
Is that more logical?
cout << string( 100, '\n' );
Under windows support.microsoft.com/kb/99261
starting from here #define PERR(bSuccess, a
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question