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