未解决的包容:其中,CONIO.H取代。为什么? [英] Unresolved inclusion: <conio.h>. Why?

查看:215
本文介绍了未解决的包容:其中,CONIO.H取代。为什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在运行一个简单的C程序我收到

 未解决的包容:其中,CONIO.H>

我在想什么?我使用 Fedora 13的蚀。请帮我解决这个问题。如果我丢失的任何文件或没有安装任何东西让我知道。另外,我新的Fedora的。指导我用正确步骤吧。

先谢谢了。


解决方案

  

CONIO.H是旧的MS-DOS的编译器用于创建文本用户界面的C头文件。这是不是在C语言程序设计书中描述,并且它不是C标准库,ISO C的一部分,也不是由POSIX要求。


既然你是在Linux上,要解决它不包括 CONIO.H 和不使用任何功能,从报头。

来源

While running a simple c program I receive an

Unresolved inclusion: <conio.h> 

What am I missing? I am using eclipse on fedora 13. Please help me resolve this problem. If I am missing any file or haven't installed anything let me know. Also I am new to fedora. Guide me with proper steps please.

Thanks in advance.

解决方案

conio.h is a C header file used in old MS-DOS compilers to create text user interfaces. It is not described in The C Programming Language book, and it is not part of the C standard library, ISO C nor is it required by POSIX.

Since you are on Linux, to resolve it don't include conio.h and don't use any functions from that header.

Source

这篇关于未解决的包容:其中,CONIO.H取代。为什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆