What is #include<iostream.h> ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is #include<iostream.h> ?

I need the concept what is including ,it's iostream and what are the other examples of it.

14th Aug 2017, 1:41 PM
Rocky
Rocky - avatar
4 Answers
+ 11
<iostream.h> is the obsolete version of <iostream> supported by outdated compilers such as Turbo C++. http://www.cplusplus.com/reference/iostream/
14th Aug 2017, 3:11 PM
Hatsy Rei
Hatsy Rei - avatar
+ 4
without that you wouldn't be able to use some functions in c++. all that is doing is adding more functions for u to use thst was built by the creator of C
14th Aug 2017, 2:23 PM
MR.FAKER
MR.FAKER - avatar
14th Aug 2017, 2:56 PM
Manual
Manual - avatar
14th Aug 2017, 2:54 PM
Manual
Manual - avatar