cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
The 'right' way to exit a program?
The 'right' way to exit a program?
Mar 21, 2008 at 9:51pm UTC
malik1986
(17)
Was is the 'right' way to exit c++?
Using:
exit(0)
return 0;
or?
Last edited on
Mar 22, 2008 at 9:05am UTC
Topic archived. No new replies allowed.