
-----------------------------------
MysticVegeta
Thu May 26, 2005 4:34 pm

Dev c++ beta 5
-----------------------------------
Hi I have just started C++ and i am having a problem with the dev c++ beta 5. When i try to compile and run this code, The DOS window opens up and closes immediately

EDIT: Oh nvm i think it works

-----------------------------------
wtd
Thu May 26, 2005 4:44 pm


-----------------------------------
That's normal behavior.  That window is created specifically to display output from your program.  Your program runs very quickly, then quits, and once it's over, the window no longer has a reason to be open.

Now, if you were waiting for the user to do something, like hit enter, it would stay open.  :)

-----------------------------------
MysticVegeta
Fri May 27, 2005 3:39 pm


-----------------------------------
Yep. i got that thanks!
Oh and by the ways, how do skip a line, like in turing we can 
put " "
i tried
 cout