cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Difference Between conio and conio.h
Difference Between conio and conio.h
Dec 8, 2014 at 7:21pm UTC
vaibhavchhabra800
(1)
What is the difference btw #include <conio> and # include <conio.h>
Dec 8, 2014 at 8:06pm UTC
LB
(13399)
There's no way to know because those are not standard C++ headers.
https://en.wikipedia.org/wiki/Conio.h
Dec 8, 2014 at 8:17pm UTC
doug4
(1538)
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.