在VC++中执行C++程序,直接不显示输出结果的窗口

2024-11-08 17:34:59
推荐回答(4个)
回答1:

可以显示啊,我用的也是VC++

结果如下:

回答2:

#include "stdafx.h"//这里用不着这个头文件
#include
using namespace std;
int main()
{
cout<<"hello world"< cin.get();//以下三个语句都是用来输入数据的,为什么只输入,不输出,这样没意义啊

cin.get();

getchar();
return 0;
}
你建了工程没?cpp文件要放在工程中,才能编译和执行的

回答3:

我试用了一下你的代码
#include "stdafx.h"
#include
using namespace std;
int main()
{
cout<<"hello world"< cin.get();

cin.get();

getchar();
return 0;
}
这个是正常可以使用的

回答4:

system("pause");

cin.get();

getchar();

没用过?

打开任务管理器看看 你前一次 执行的时候的进程是不是 还在
如果是 结束之