When #include<conio.h> is used? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

When #include<conio.h> is used?

c++

10th Feb 2017, 10:20 AM
Mamdooh Adnan Mamdooh
Mamdooh Adnan Mamdooh - avatar
2 Answers
+ 8
<conio.h> isn't really part of the standard library I think. But I have recently been guilty of using it a lot due to getch() functionalities. *gasps* @Mamdoh If you are interested, you may look into the getch() function. I believe that's the main reason anyone would want to use the most non-portable part of C/C++.
10th Feb 2017, 10:23 AM
Hatsy Rei
Hatsy Rei - avatar
+ 8
@Kenyatta I just saw your post right after I posted my question... =^=
10th Feb 2017, 10:35 AM
Hatsy Rei
Hatsy Rei - avatar