C++自我学习

1.第一个程序 include<iostream> using namespace std; int main() {        //若无using namespace std,则以下输出应改为std :: cout <<”hello world” <<endl;        cout << “hello world” << endl;//endl也可采用c旧式风格\n return 0;
相关文章
相关标签/搜索