conio.h what is it??
i notice it in files with case
This is a discussion on conio.h within the C++ Programming forums, part of the General Programming Boards category; conio.h what is it?? i notice it in files with case...
conio.h what is it??
i notice it in files with case
Header file conio.h contains declarations of nonstandard console I/O routines. The file differs among the various brands of compiler.
If you have not looked inside it than you should. Just don't make changes to it.