Difference Between conio and conio.h

What is the difference btw #include <conio> and # include <conio.h>
There's no way to know because those are not standard C++ headers.

https://en.wikipedia.org/wiki/Conio.h
One statement includes the non-standard header file name "conio", and the other includes the non-standard header file "conio.h"
Topic archived. No new replies allowed.