阅读背景:

CentOS运行C++语言的Hello World

来源:互联网 

1,编写代码,hello.cpp

#include <iostream>
using namespace std;
int main(){
   cout<<"hello world"<<endl;
   return 0;
}#include <iostream>
usin



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: