The tradition for successfully exiting a command line program is to use return 0; or, as I write it, return(0); . Zero is the OK value, ...
確定! 回上一頁