What is conio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is conio

7th Apr 2017, 4:02 PM
Akash
3 Answers
+ 7
conio.h (Console In Out) is another form of stdio.h (Standard In Out). Like DaemonThread said, it outdated and was usually used on Linux. C and C++ compilers may include it in their header lists, but it's highly unlikely in this day and age that they still use it.
7th Apr 2017, 4:15 PM
SoraKatadzuma
SoraKatadzuma - avatar
+ 4
It's a header file.
7th Apr 2017, 4:04 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 2
It's this outdated header file that let you manipulate the console. If you use the compiler that SoloLearn recommends, you probably don't have conio available.
7th Apr 2017, 4:08 PM
DaemonThread
DaemonThread - avatar