Why i won't be able to use conio.h in this ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why i won't be able to use conio.h in this ?

2nd Jan 2017, 9:58 PM
SONU KUMAR
SONU KUMAR - avatar
3 Answers
0
conio.h is a header file exclusive to turbo c compilers. I wouldn't recommend using turbo c compilers as they are too old and deprecated.
3rd Jan 2017, 1:13 AM
Nikunj Arora
Nikunj Arora - avatar
0
okk then can you tell me which is the latest?
3rd Jan 2017, 1:22 AM
SONU KUMAR
SONU KUMAR - avatar
0
mingw gcc compilers and visual c compilers. however, visual c only works in windows
3rd Jan 2017, 1:25 AM
Nikunj Arora
Nikunj Arora - avatar