C++基礎知識

一,g++基礎 g++ --version 查看版本python #include <iostream> using namespace std; int main() { //hahha cout<<"hello world"<<endl; return 0; } 直接生成可執行程序testios g++ -o test test.cppshell 深刻解析生成可執行程序test的過程ide 1
相關文章
相關標籤/搜索