g++基本用法

      用法:g++[选项]文件...html g++编译流程:ios      main.cxx #include <iostream> using namespace std; int main(void) { cout<<"Hello World!"<<endl; return 0; } ① g++ -E仅做预处理,不进行编译、汇编和连接c++ 若是你
相关文章
相关标签/搜索