conio.h

Actually what is this?
whenever i included this to a program, the compiler don't compile and conio.h is unknown header file.
explanation please,
It is a header file that is only available on Windows.
@Thomas1965 - Yes, conio.h is specific to Windows, but it does not come with Windows.
conio.h came with Turbo C/C++, which is antiquated and not standards compliant.
conio.h should NOT be used when writing standards compliant C++ programs.
Last edited on
@AbstractionAnon,

yes you are right, it does not come with Windows but with the Windows SDK, but also with MinGW, GCC, Borland C++Builder and probably some other compilers as well.
I see
Topic archived. No new replies allowed.