c++第一天

一:最簡單的 hello world include <iostream> using namespace std; int main(){ cout << "hello world" << endl; return EXIT_SUCCESS; //其實就是0 } 二:cpp中使用c函數 若是想在cpp文件中使用c語言函數,須要加上以下幾行(vs上須要,clion不須要。。。)ios #in
相關文章
相關標籤/搜索