+ 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.
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.
+ 3
try iostream, no .h is required