News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

how to stop displaying them?

Started by evonium, January 14, 2007, 07:25:44 PM

Previous topic - Next topic

evonium

i'm just now finished with a simple console application, anyone know how to disable displaying the returned value and execution time in a console application window ? i just poorly did not find corresponding build options

Belgabor

I don't know for sure, but I think those are only displayed if you run the program from inside C::B.

David Perfors

go to Project Properties -> Targets
check out the option "Pause when execution ends"
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

evonium

yeah... checking out the option works. i found the line of code 'system("pause");' at the end of main() works as a substitution.