Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where is conio.h?

Status
Not open for further replies.

Chacalinc

Vendor
Sep 2, 2003
2,043
US
I'm doing some C/C++ programming but the header "conio.h" is not in my machine, which package install this library?

I'm using Ubuntu Linux (Debian based), so I just need "apt-get install XXXX", what I'm looking for is the XXXX package.

Cheers.
 
Ok, pls if somebody has ubuntu or debian installed and *have* the file conio.h pls issue:

dpkg -S conio.h

and show me the results.

Thanks.
 
thanks thedaver, I googled for conio.h (with no "debian", that was my fault I guess) and found lots of examples, but nothig regarding where is it.

Anyway, It have been a long time (may be 10 years?) the last time I coded in C/C++ and yes, I did it in DOS/Windows environment.

Reading the page you pointed me I realise that I'm pissing out of the wc (as we said here).

Thanks a lot!
 
yep, I need to see what functions/objects can help me in ncurses.. (let's start to learn again :eek:P as my old days)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top