Author Topic: Press any key...  (Read 8247 times)

Incongruous

  • Guest
Press any key...
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Press any key...
« Reply #1 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!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]