close

refer to http://www.cppreference.com/stdother/exit.html

Syntax:

#include
void exit( int exit_code );

The exit() function stops the program.

exit_code is passed on to be the return value of the program,

where usually zero indicates success and non-zero indicates an error.


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 iceis 的頭像
    iceis

    .: iceis' Blog :.

    iceis 發表在 痞客邦 留言(0) 人氣()