Can't find output Dev C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NewYorker
    New Member
    • Sep 2006
    • 13

    Can't find output Dev C++

    Hello comrades, I am a Dev-C++ beginner and need your help please.
    I've downloaded Dev-C++ in my computer but it seems to be one problem.
    After I type in my program,correct ly, in the EDITOR and click the COMPILE & RUN , the black OUTPUT window appears for a second then it disapears and I can't find it.
    I need to solve this problem.
    Please advise me guys.
    Thanks in advance.
    Last edited by Niheel; Sep 5 '06, 12:37 AM.
  • D_C
    Contributor
    • Jun 2006
    • 293

    #2
    Add system("PAUSE") ; as the last line of code (not include any return statements). Then it will halt the screen and say "Press any key to continue...". It does it automatically for you when you make a new file (Ctrl+U).

    Comment

    • NewYorker
      New Member
      • Sep 2006
      • 13

      #3
      d_c
      +++++

      Many Thanks Dude

      Comment

      Working...