Menu

Slippery Compiler

2008-07-10
2012-09-26
  • Paul Minassian

    Paul Minassian - 2008-07-10

    I just compiled my first program on Dev C++, as I was doing so the run box flashed quickly and then dissapeared?? I didn't get a chance to see the output. How do I make the box stay??

     
    • Wayne Keen

      Wayne Keen - 2008-07-11

      What Clifford was nicely saying is that one should, before posting a question and asking complete strangers to volunteer their time for him/her for free -

      (1) Take a look at the FAQ
      (2) Take a look at what is already posted in the forum. Maybe even do a search

      Taking the time to try and help yourself before blurting out a question shows a level of seriousness
      and respect for the time of others that will serve you well.

      Wayne

       
    • Michael

      Michael - 2008-07-11

      Answered in the Dev-C++ FAQ, at http://www.bloodshed.net/faq.html#2

      Or you can make the program pause until you press the Enter key, by adding the following line to the end of the program, just before the return statement:

      getchar();

      Hope this helps.

       
    • cpns

      cpns - 2008-07-11

      Wow, you got off lightly with that one. Since the question is answered in the thread titled "PLEASE READ BEFORE POSTING A QUESTION" you would normally get flamed for asking it. Many other issues are answered there, you may not get off so lightly next time! ;-)

       

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.