+ 3
When #include<conio.h> is used?
c++
5 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++.
+ 8
@Kenyatta I just saw your post right after I posted my question... =^=