After compiling console programs the console window closes immediately after running. What is the best practice for keeping it open? I\'ve searched google loads, I\'m used t
I tend to use system("PAUSE"); which gives you a
system("PAUSE");
Press any key to continue . . .
message.