Okay this is a very simple problem
Your program is running and you don't want to use system pause
your best bet would be to use cin.get()
However this is really not the best standard to follow
You instead should open your command prompt (cmd) and direct it the location of the .exe file and type the name of the .exe file to run it and once it is finished executing the window will remain open so you can verify that the program is running correctly
~ Geo
~ Don't take life too seriously, you'll never get out alive!
|