+ 4
Can i use <conio.h> as a header file with <iostream.h>?
4 Réponses
+ 6
you can always try and see 😁
+ 3
conio.h should work, but not iostream.h, use just iostream
+ 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.
+ 1
gracias Señor.