c++ - 带有 Eclipse CDT C++ 的 Cygwin

标签 c++ eclipse

我已经用 gccgdbgnu 等软件包安装了 Eclipse CDT 和 Cygwin。

但包含指令(stdio.hconio.h)没有解析,也无法构建:

Launch failed, Binary not found.

我需要安装其他包吗?

谢谢

最佳答案

Linux 中没有conio.h。 Cygwin 是一个 Linux-y 环境。参见 this ? (除非我误解了什么)

关于c++ - 带有 Eclipse CDT C++ 的 Cygwin,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18675464/

相关文章:

python - C 相当于 Python crypto.crypto()

android - Eclipse 启动挂起, "Android SDK: resolving error markers"

java - 麻烦整数解析两个简单的字符串

eclipse - 在 Eclipse 中更改 web.xml <servlet-mapping> 无效(Eclipse Juno、Tomcat 6)

eclipse - Eclipse CDT 中的构建结果和问题 View 之间存在差异

c++ - openmp parallel for collapse 私有(private)变量外循环

c++ - Visual C++ 中 DLL 的 DLL 导出和接口(interface)

c++ - 我正在使用C++应用程序将二进制转换为十进制数字

c++ - 编写 if then else 类型语句的简洁方法

java - 在 Java 项目中获取所有构建错误的最快方法是什么?