Hi, I find a very usefull feature that DevC++ makes a pause on the console window when executing a program without inserting any additional code to do this.
Thanks
Logged In: NO
yes please
Logged In: YES user_id=1171899
Yes, yes, yes!
This is very needed feature e.g. when I want to use Dev-C++ in teaching basic programming.
Is is also easy to implement. Just add an option to environment configuration which when set will cause running the compiled applicaton with
noclose /C application.exe
instead of just application.exe
Log in to post a comment.
Logged In: NO
yes please
Logged In: YES
user_id=1171899
Yes, yes, yes!
This is very needed feature e.g. when I want to use Dev-C++
in teaching basic programming.
Is is also easy to implement. Just add an option to
environment configuration which when set will cause running
the compiled applicaton with
noclose /C application.exe
instead of just application.exe