第一个c++程序 ,
#include<iostream>
using std::endl;
using std::cout;
int main()
{
cout << "Hello, world" << endl;
return 0; //不要忘记返回值
}
第一个c++程序 ,
#include<iostream>
using std::endl;
using std::cout;
int main()
{
cout << "Hello, world" << endl;
return 0; //不要忘记返回值
}