conio.h error

hi all,
when i compile using #include <conio.h>

there was an error " error: conio.h : no such file or directory"

why this is happen ??



thx u
 
all method n function in #include <...>

hi all, thx u for reply
i understand now.

how to know all function/method that can be used from include <....> ??

thx u
 
Most of the include files have man pages, man stdio i.e.
 
Back
Top