语法:
#include <cstdlib> void exit( int exit_code );
exit() 函数停止程序,exit_code传递给程序的返回值,通常零表示成功,非零值表示(indicate)一个错误。
相关主题: abort, atexit, system