+ 4

Can i use <conio.h> as a header file with <iostream.h>?

28th Jan 2018, 2:07 AM
<Saurabh Singh Rawat/>
<Saurabh Singh Rawat/> - avatar
4 Antworten
+ 6
you can always try and see 😁
28th Jan 2018, 2:19 AM
Vukan
Vukan - avatar
+ 3
conio.h should work, but not iostream.h, use just iostream
28th Jan 2018, 2:11 AM
Jacob Pembleton
Jacob Pembleton - avatar
+ 2
Conio.h is used to perform console functions. Conio = console input/output. So it only works when your programming on console like terminal etc. But if you're question is can I use it in c++. Then the answer is yes.
28th Jan 2018, 3:14 AM
Krishnatheja Vanka
Krishnatheja Vanka - avatar
+ 1
gracias Señor.
28th Jan 2018, 3:41 AM
<Saurabh Singh Rawat/>
<Saurabh Singh Rawat/> - avatar