description | title | ms.date | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|
Learn more about: Additional Termination Considerations |
Additional Termination Considerations |
11/04/2016 |
|
acbe2332-9d8a-4a58-a471-dd652a837384 |
You can terminate a C++ program by using exit
, return
, or abort
. You can add exit processing using the atexit
function. These are discussed in the following sections.