Code::Blocks Forums

User forums => Help => Topic started by: dilla1988 on August 10, 2009, 10:51:14 am

Title: Remove time stamp
Post by: dilla1988 on August 10, 2009, 10:51:14 am
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
Title: Re: Remove time stamp
Post by: volvo877 on August 10, 2009, 11:01:27 am
Project -> Properties -> Targets
Uncheck the "Pause when execution ends"
Title: Re: Remove time stamp
Post by: Jenna on August 10, 2009, 11:10:35 am
It's not possible, because it's hardcoded.
Title: Re: Remove time stamp
Post by: thomas on August 10, 2009, 11:26:30 am
Well, the easiest way to get rid of it would be not to run the program from the IDE   :-)
Title: Re: Remove time stamp
Post by: dilla1988 on August 12, 2009, 09:29:55 am
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

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