News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Process Terminated with Status XX

Started by wildfrank, January 14, 2013, 03:27:41 AM

Previous topic - Next topic

wildfrank

I've spent about 15 minutes searching for a list of status codes...both on the web and in this forum.
Is there a list somewhere?  So far I have seen status 13 and 15 in my silly "hello, world" script.

Thanks!

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

zabzonk

QuoteI've spent about 15 minutes searching for a list of status codes...both on the web and in this forum.

Apart from zero (meaning "it worked") there are really no "official" exit codes for C or C++ programs - it's up to the individual application to decide what to use.

This is nothing specific to Code::Blocks, BTW, and you would be better off asking such language questions on sites like Stack Overflow or http://www.reddit.com/r/learnprogramming.