Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exit Codes

Status
Not open for further replies.

ilikejonessoda

Programmer
Feb 17, 2002
1
US
Yeah, I am just looking for some information on the different exit codes.. Such as when I exit a simple program, I get exit code 27. Any information on this subject would be greatly appreciated.

Thanks.
 
The exit code is usually returned from function main() (most people define it as returning void, but in reality it is defined as returning an int).

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top