第一天:
1、安装了VS 2010的环境;
2、学习了 Hello World 的编写
#include <iostream>
using namespace std;
int main() {
cout << "Hello C++" << endl;
system("pause");
return 0;
}
第一天:
1、安装了VS 2010的环境;
2、学习了 Hello World 的编写
#include <iostream>
using namespace std;
int main() {
cout << "Hello C++" << endl;
system("pause");
return 0;
}
本文标题:C++基础
本文链接:https://www.haomeiwen.com/subject/xrvsdhtx.html
网友评论