Well in computers we use iostream.h in turbo c++ but in cpp droid app there is only iostream used why that is | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Well in computers we use iostream.h in turbo c++ but in cpp droid app there is only iostream used why that is

11th May 2018, 11:05 AM
Arjun Kumar
Arjun Kumar - avatar
2 Answers
+ 14
Turbo c++ is old and was published before c++ was standardised. From Wikipedia: Before the initial standardization in 1998, C++ was developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C language as he wanted an efficient and flexible language similar to C, which also provided high-level features for program organization. https://www.quora.com/What-does-h-stand-for-in-iostream-h https://softwareengineering.stackexchange.com/questions/127023/why-is-include-iostream-h-bad
11th May 2018, 11:10 AM
jay
jay - avatar
+ 1
iostream.h is outdated
11th May 2018, 11:29 AM
Bebida Roja
Bebida Roja - avatar