Difference b/w <iosteam> and <iostream.h> | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Difference b/w <iosteam> and <iostream.h>

25th Nov 2016, 5:45 AM
roshan
4 Antworten
+ 5
Actually, it used before 2002. But after 2002 c++ community and bell lab change it and remove .h from header file. From there this is the standard of c++. When you write iostream it simply means you are calling a header file. Now all compiler shows this as a standard of c++. If you get a compiler which is before 2002, and not been updated since than. You can use it. But Why you want that, bell lab done this for user benifit.
25th Nov 2016, 5:47 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
0
long time already know about c++ you are greatt bro
25th Nov 2016, 6:02 AM
Ryan Hadynata
Ryan Hadynata - avatar
0
ⓝⓘⓒⓔ
25th Nov 2016, 6:37 AM
Mohamed Ezzaldin
Mohamed Ezzaldin - avatar
0
there is no difference between the two earlier iostream.h was used but now we can even do it without specifying .h in it
25th Nov 2016, 3:22 PM
Programmer