Code::Blocks Forums
User forums => Help => Topic started by: chihuyu on January 16, 2008, 12:49:03 pm
-
As can be seen in the picture, sometimes I get the " proceed terminated with status ......" in red.It doesn't influence the execution of the program.I know It should be in blue. It is after I try the latest verion that this happens.May this be a bug? Thanks.
[attachment deleted by admin]
-
No that's not a bug.
A return-code different from "0" is normally an error, so the line becomes red.
What you return when you leave your main-procedure depends on your program-code (maybe you return an unitialised variable?) and is not C::B related.