gpt4 book ai didi

c++ - 为什么 cout 在代码块上没有输出?

转载 作者:搜寻专家 更新时间:2023-10-31 00:33:02 26 4
gpt4 key购买 nike

#include <iostream>
using namespace std;

int main(int argc, char** argv) {

cout << "Whatever";

return 0;
}

enter image description here

Cout 不起作用,printf 也不起作用,puts 也不起作用。此外,我检查了项目属性,调试和发布都设置为“控制台应用程序”和“最后暂停”。这没有意义。

编辑:此外,我之前尝试过使用 endl 刷新(无结果)。

最佳答案

我正在写我的评论作为回应:您的图像显示选项“-mwindows”,它删除了控制台,如 http://www.mingw.org/wiki/FAQ 所述(MinGW 常见问题解答)

How do I remove DOS command windows?
In the link step add a "-mwindows" switch to the command line.

关于c++ - 为什么 cout 在代码块上没有输出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29862154/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com