Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » conio.h: No such file or directory
conio.h: No such file or directory [message #171767] Sun, 25 June 2006 21:46 Go to next message
Eclipse UserFriend
Originally posted by: danielgalassi.gmail.com

Hi all,

I'm using CDT + Ubuntu Linux, I just wrote a couple of C++ lines but... an
error message is listed: "conio.h: No such file or directory"

I was able to find where stdio.h is located, but there is no conio.h there.
I would like to know what do I have to do in order to enable/install
libraries like this one.

Thanks in advance,

Dan
Re: conio.h: No such file or directory [message #171784 is a reply to message #171767] Mon, 26 June 2006 12:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chuckchy.yahoo.ca

conio.h is DOS specific.
Eclipse supports the GNU chain, use stdio.h instead.

Chuck

Dan wrote:
> Hi all,
>
> I'm using CDT + Ubuntu Linux, I just wrote a couple of C++ lines but...
> an error message is listed: "conio.h: No such file or directory"
>
> I was able to find where stdio.h is located, but there is no conio.h there.
> I would like to know what do I have to do in order to enable/install
> libraries like this one.
>
> Thanks in advance,
>
> Dan
>
>
Re: conio.h: No such file or directory [message #173412 is a reply to message #171767] Fri, 21 July 2006 06:50 Go to previous message
Eclipse UserFriend
Originally posted by: srimks.yahoo.co.in

"conio.h" works for Win32 family operating system not for Linux.
Previous Topic:Where to find example project with CDT ?
Next Topic:CDT is not working with C++ files
Goto Forum:
  


Current Time: Sat May 10 01:00:15 EDT 2025

Powered by FUDForum. Page generated in 0.03834 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top