+ 1

Why does this App does not recognise......

Why does this App does not recognise iostream.h and conio.h, it is telling that not found in directory.

15th Jun 2017, 7:23 AM
Swapnanil Ray
Swapnanil Ray - avatar
3 Antwoorden
+ 10
<iostream.h> belongs to pre-standard C++, used in Turbo C++, which is obsolete. https://www.sololearn.com/Discuss/288609/?ref=app <conio.h> is also deprecated in later compilers.
15th Jun 2017, 8:08 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
try iostream, no .h is required
15th Jun 2017, 7:36 AM
Jakub Stasiak
Jakub Stasiak - avatar