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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.