0

Conio.h????

in our school we are taught to use header file conio.h but it's not present here?? can i know why???

28th Oct 2016, 5:01 PM
M Zeya
M Zeya - avatar
4 Answers
+ 3
I am not sure about this, but I think conio.h is only for Windows os. Functions from conio.h are probably accessible from othes libraries, like cstdlib and cstdio. Please tell me someone if I am wrong and I will delete this answer.
28th Oct 2016, 5:14 PM
Daniel Oravec
Daniel Oravec - avatar
0
yes u are right
28th Oct 2016, 5:27 PM
Waheed Zaman
Waheed Zaman - avatar
0
Yeah, not only Windows, but the MS DOS before. This is a very oldie:) So, maybe the better answer is, the conio.h is used with the other, older functions to make richest input/output in C/C++. Here in course is (only) described the modern objective way with iostream library.
28th Oct 2016, 11:57 PM
Petr Hatina
Petr Hatina - avatar
0
thnx guys
29th Oct 2016, 4:00 AM
M Zeya
M Zeya - avatar