Menu

Console window flashes away!

jsman
2011-08-06
2012-09-26
  • jsman

    jsman - 2011-08-06

    How do I make the console window to stay after i run the program on Dev-C++
    4.9.9.2. the problem is that it just flashes and disappears. please help me.

     
  • SnailFish

    SnailFish - 2011-08-06

    Add this line right before your return (0); line:

    system("PAUSE");

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.