+ 1

Please tell me......Why to use <iostream> while I had learned to use <iostream.h> for any program tell me some more.

about its proper use how to? ??

18th May 2017, 3:15 PM
Sugt
Sugt - avatar
2 Antworten
+ 11
<iostream.h> is part of the pre-standard C++, used in obsolete compilers such as in Turbo C++. Please read: https://www.sololearn.com/Discuss/288609/?ref=app
18th May 2017, 3:47 PM
Hatsy Rei
Hatsy Rei - avatar
+ 4
new version of c++ compiler uses iostream while older version uses iostream.h
18th May 2017, 3:21 PM
MR Programmer
MR Programmer - avatar