可以显示啊,我用的也是VC++
结果如下:
#include "stdafx.h"//这里用不着这个头文件
#include
using namespace std;
int main()
{
cout<<"hello world"<
cin.get();
getchar();
return 0;
}
你建了工程没?cpp文件要放在工程中,才能编译和执行的
我试用了一下你的代码
#include "stdafx.h"
#include
using namespace std;
int main()
{
cout<<"hello world"<
cin.get();
getchar();
return 0;
}
这个是正常可以使用的
system("pause");
cin.get();
getchar();
没用过?
打开任务管理器看看 你前一次 执行的时候的进程是不是 还在
如果是 结束之