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