摘要: 阅读全文
posted @ 2021-05-28 15:04 威威后花园 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: main.cpp #include<iostream> using namespace std; int main() { cout << "Hello world!" << endl; return 0; } 编译单个的文件 g++ main.cpp -o you_want_name 参考 htt 阅读全文
posted @ 2021-05-28 10:37 威威后花园 阅读(70) 评论(0) 推荐(0) 编辑