求解释和用法
#include<iostream>using namespace std;
int main()
{
cout<<"Hello the world"<<endl;
system("pause");
return 0;
}
这个程序中命名空间是什么?每一句的用法和意义是什么?解释一下
int main(),int,main,#,std,cout,endl,system(“pause”),return o
这些代表什么及是什么含义?
谢谢你的解答
2016-11-04 15:16
2016-11-04 15:19
2016-11-05 00:46
2016-11-05 19:12
2016-11-05 22:53

2016-11-06 07:02
2016-11-08 16:49
2016-11-08 22:14