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!