Can I use #include iostream.h and conio.h In the next line sorry cannot put bracket | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Can I use #include iostream.h and conio.h In the next line sorry cannot put bracket

c++

7th Aug 2018, 7:10 AM
jan
3 Antworten
0
but can we use conio.h In coding in reality
7th Aug 2018, 7:16 AM
jan
0
thanks
7th Aug 2018, 7:20 AM
jan
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
7th Aug 2018, 11:37 AM
hinanawi
hinanawi - avatar