Author Topic: Remove time stamp  (Read 3741 times)

dilla1988

  • Guest
Remove time stamp
« 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

volvo877

  • Guest
Re: Remove time stamp
« Reply #1 on: August 10, 2009, 11:01:27 am »
Project -> Properties -> Targets
Uncheck the "Pause when execution ends"

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Remove time stamp
« Reply #2 on: August 10, 2009, 11:10:35 am »
It's not possible, because it's hardcoded.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Remove time stamp
« Reply #3 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   :-)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

dilla1988

  • Guest
Re: Remove time stamp
« Reply #4 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"