0
Can I use #include iostream.h and conio.h In the next line sorry cannot put bracket
c++
3 Respuestas
0
but can we use conio.h In coding in reality
0
thanks
0
you can include them but you'll need to do
#include <conio.h>
and not
#include conio.h
as the second one doesn't work