Hi
At the end of program (in the console) there is a default message "Process returened 0 (0x0) Execution time : 0.17s"
I wanna know how to get rid of this...
Thnx in advance
D
Project -> Properties -> Targets
Uncheck the "Pause when execution ends"
It's not possible, because it's hardcoded.
Well, the easiest way to get rid of it would be not to run the program from the IDE :-)
Hi Volvo..
Thnx it worked.... But the screen disappears when it outputs...
So I used getchar() at the end...
I hope it is the right way...
thnx for help
Quote from: volvo877 on August 10, 2009, 11:01:27 AM
Project -> Properties -> Targets
Uncheck the "Pause when execution ends"