What is the difference between exit() and abort()?

Posted by Nathan Stoddard on Stack Overflow See other posts from Stack Overflow or by Nathan Stoddard
Published on 2008-12-29T03:21:37Z Indexed on 2010/05/05 9:48 UTC
Read the original article Hit count: 339

Filed under:
|
|
|
|

In C and C++, what is the difference between exit() and abort()? I am trying to end my program after an error (not an exception).

© Stack Overflow or respective owner

Related posts about exit

Related posts about abort