Why iostream.h is not valid, and how to use it if I want to make programs by old c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why iostream.h is not valid, and how to use it if I want to make programs by old c++

21st Nov 2016, 12:32 PM
veerendra singh
veerendra singh - avatar
3 Answers
+ 6
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.
21st Nov 2016, 12:46 PM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 3
That Function Got Extincted By 2002
21st Nov 2016, 12:52 PM
Bruh
0
but in my CBSE 12th syllabus the format is old...thats why I wanna make code in that format just cause of boards
21st Nov 2016, 12:54 PM
veerendra singh
veerendra singh - avatar