Instead use the C++ pause program
This commit is contained in:
parent
c4d167b978
commit
287c232899
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ using namespace std;
|
|||
int main(int argc, const char *argv[]) {
|
||||
|
||||
cout << "Press enter to continue\r";
|
||||
cin.ignore();
|
||||
cout << endl;
|
||||
cin.get();
|
||||
cout << "\r \r" << endl;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue