Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Incongruous on November 07, 2013, 04:22:04 pm

Title: Press any key...
Post by: Incongruous on November 07, 2013, 04:22:04 pm
How can I remove the message "Press any key to continue..." in the console appearing after compilation of a console application.
TIA
Title: Re: Press any key...
Post by: oBFusCATed on November 07, 2013, 04:24:13 pm
Project -> properties -> build targets -> your target -> pause when execution ends

For the record this is printed after your program end and not after the compiler finishes building your program!