|
From: Adam J. <aj...@i-...> - 2007-07-19 12:59:40
|
>>Hello, >>I have a problem with this program: when a give the execute comand the *.exe window opens but after I give the characters to switch as You can see on the While comand : >>while ( cin >> ch ) I can't make the execution of the program. >>There's a specific comand to give on the *.exe window for running the execution after writing on it? >>Many Thanks >>Danilo Unfortunately I am not sure what you are asking. If the program is not large, post the source code. How do you know that the code is not running?? Maybe it is running, but you haven't paused executive so you can see the output. If you don't pause the executive the cin will get the input, the program will do what it has to do and then close the console window. -Adam Jones |