天天看點

cygwin的下的gcc的一點體會。

int main()

 {

     return 0;

 }

 C++方式的主函數

 int main(int argc,char *argv[])

 {

       return(0);

 }      

繼續閱讀