c++ - NetBeans C++ 8.0.2 输出中这些消息的含义是什么?

标签 c++ windows netbeans

我在 NetBeans C++ 中运行“Hello World”,它运行正常,但在输出中有错误消息:

Hello World! 
read from master failed
                                    : Input/output error

RUN FAILED (exit value 1, total time: 72ms)

这是什么意思,如何解决?

最佳答案

尝试更改默认选择的终端类型。为此,请转到

属性 (右键单击您的项目) -> 运行 -> 控制台类型

并更改类型。当所选选项不是 Standard output 时,有时会出现此问题(我假设您就是这种情况)。

关于c++ - NetBeans C++ 8.0.2 输出中这些消息的含义是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31851071/

相关文章:

c++ - 如何在 C++ 中以编程方式解析 %UserProfile% 的位置?

java - Hibernate 逆向工程向导 - 可用表为空 - 问题

c++ - 不能包含 "vcruntime_new_debug.h"

c++ - 比较c++中的排序函数以进行索引排序

c++ - 分类 imagenet - caffe/caffe.hpp : No such a file or directory

C++:为什么可以在没有类实例的情况下调用非静态类方法?

Ruby:检查Windows远程主机中是否安装了程序

windows - 在 WCF 中编写 Windows 服务

java - NetBeans 7.0、JUnit 和 Glassfish Embedded 3.1 : Does not work

php - 网 bean 7.3.1 : is there a way to automatically insert ; at the end of the line for PHP files?