News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

May this be a bug?

Started by chihuyu, January 16, 2008, 12:49:03 PM

Previous topic - Next topic

chihuyu

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]

Jenna

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.