Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
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!