新手上路 helloworld的问题
一。照书上打上去。#include<iostream>
using namespace std;
int main()
{
cout<<"hello world"<<endl;
return 0;
}
二。开始执行不调试
三。运行后 没出现helloworld 只有按任意键
肿么回事呢,坐等大神指教
ps:用的vs2010.
2014-04-06 18:42
2014-04-06 19:43
2014-04-06 19:46
2014-04-06 19:48