cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Why is conio.h depreciated?
Why is conio.h depreciated?
Jan 31, 2014 at 10:03am UTC
SorinAlex
(89)
As the title says why it is called depreciated and should be never used ?
Jan 31, 2014 at 10:07am UTC
mutexe
(2372)
http://en.wikipedia.org/wiki/Conio.h
The library functions declared by conio.h vary somewhat from compiler to compiler.
http://stackoverflow.com/questions/19926759/why-the-use-of-conio-h-is-not-good-habit-of-programming
Jan 31, 2014 at 10:11am UTC
modoran
(2077)
I'd prefer anytime conio.h functions instead of things like system("pause"); and is pretty standard on windows.
Topic archived. No new replies allowed.