Re: [Dev-C++] Help. Problem while running a c program.
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Jair S. <jsa...@gm...> - 2014-12-13 16:35:51
|
Include this at the very end of the program.
getchar();
exit(0);
From: mia [mailto:mia...@gm...]
Sent: 13-Dec-14 8:26 AM
To: dev...@li...
Subject: [Dev-C++] Help. Problem while running a c program.
Hi,
I am new to programming and i started using this editor recently.I typed in a program...it compiled and ran successfully without errors but the run screen (terminal) is closing all by itself before i can even see the output...it is getting closed as soon as the input is entered. Please tell me how to rectify this problem...(Ps : i am using the latest version of this editor).Thanks.
|