conio.h is a library for C and C++ programming that is included in both Windows and DOS environments for the PC, and is short for "Console Input/Output". Most of the functions included are almost identical to those found in stdio.h, however, in conio.h, the functions bypass the stdin and stdout buffers and access the console directly.

Functions included in conio.h include:

Log in or register to write something here or to contact authors.