+ 1
How to make the window pause [Not a question]
By this I mean to make the window to wait for the enter/return key. Simply on the line before "return 0;" type "system("pause");"
1 Réponse
+ 2
you could use
cin.get();
and this would wait for a user input.