Hi everybody,
I've recently upgraded my outdated Dev-C++ version to the new Orwell edition (version 5.3.0.4) and I noticed that if my program ends, this message shows up:
--------------------------------
Process exited with return value 0
Press any key to continue . . .
My program already said bye to the user, so this message is obsolete. It seems the compiler inserts these lines automatically. My question is: how do I stop this message from appearing in my programs?
I guess the answer is very simple, but I'm too stupid to figure it out.
Can somebody please tell me how I remove this annoyance?