How to make the window pause [Not a question] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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");"

24th Feb 2017, 12:13 AM
PortillTech
PortillTech - avatar
1 Answer
+ 2
you could use cin.get(); and this would wait for a user input.
24th Feb 2017, 3:52 AM
Michael Szczepanski
Michael Szczepanski - avatar