Can you take out that returned 0 thing?

Oct 8, 2012 at 4:26pm
I was wondering if there is any code that can take out the statement thing at the end of the program? (Process returned 0 <0x0> execution time : x s) I want to know this because seen programs where it doesn't have it.
Oct 8, 2012 at 4:41pm
closed account (zb0S216C)
It appears only in Code::Blocks -- it's typically used for debugging. In release builds, the "statement thing" is removed.

Wazzak
Last edited on Oct 8, 2012 at 4:41pm
Topic archived. No new replies allowed.