Well, this is quite weird.Everything is alright untill I try to "execute" the already compiled program written in C language.It actually executes, but the outputs window closes (disappears) at once.The two ways suggested in the Help menu are no use so I really need HELP!!!
Question on using Dev C++ compiler?
you can try either system("pause")
or use cin.get() to wait until the enter key is pressed to continue. (iostream library).
Reply:try
system("PAUSE");
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment