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!

please tell me where i can find the conio.h

Status
Not open for further replies.

Hussaini

Programmer
Jul 29, 2002
4
SA
hi
iam iam doing my mastrs in CS. please help me in using the conio.h header file in c++.
we have telnet network in our college , but the conio.h
is not inbuilt.
thanks
 
conio.h is compatible for DOS and partially for Win32.
So if you use Unix-like systems or other operating
systems, probably conio.h is missed.

Consider to use curses library. curses.h or ncurses.h.
If those headers are not present, get them on the
internet for your system.
Otherwise you need to define some functions to simulate
conio functions.
Hee S. Chung
heesc@netian.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top