View Single Post
  #2 (permalink)  
Old April 30th, 2007, 12:41 PM
Geo121 Geo121 is offline
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

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!
Reply With Quote