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
相关文章
相关标签/搜索