0
where do we use( #include <conio.h>)?
4 Answers
+ 2
for functions like clrscr, getch
+ 2
Its a ms-dos input output library. There are some useful functions there, one of them being kbhit(), which detects if a keyboard key has been pressed.
0
so what would the mac equivalent be? to <conio.h>
0
For displaying input and output in console