News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Remove time stamp

Started by dilla1988, August 10, 2009, 10:51:14 AM

Previous topic - Next topic

dilla1988

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

volvo877

Project -> Properties -> Targets
Uncheck the "Pause when execution ends"

Jenna

It's not possible, because it's hardcoded.

thomas

Well, the easiest way to get rid of it would be not to run the program from the IDE   :-)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

dilla1988

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"