why do we use conio.h ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

why do we use conio.h ??

7th Sep 2016, 5:54 PM
Nids
Nids - avatar
4 Answers
+ 1
conio.h is to enable your program to interact with the Windows console. getch() and cprintf() are part of it for example.
7th Sep 2016, 6:00 PM
Zen
Zen - avatar
+ 1
Yep, you don't need to include it if you don't use the functions it provides.
7th Sep 2016, 6:27 PM
Zen
Zen - avatar
+ 1
if you use turbo c++ compiler you will need to add clrscr() function for cleaning the screen . in that case you will need to add conio.h too ...
9th Sep 2016, 7:15 AM
Chinmay Majumdar
Chinmay Majumdar - avatar
0
can we execute program without writing it ?
7th Sep 2016, 6:01 PM
Nids
Nids - avatar