Doubt | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Doubt

I have learnt c++before and whenever i used to code , i used to put #include<iostream.h> but when i did that it showed error in the code.... what is the difference between : iostream and iostream.h

15th Feb 2018, 4:39 AM
Nikita M.S
Nikita M.S - avatar
3 Answers
+ 4
There is an iostream.h, but iostream (and stdio.h) is used more often.
15th Feb 2018, 4:40 AM
LunarCoffee
LunarCoffee - avatar
+ 6
Seems like you know outdated C++ iostream.h - Turbo C++ no longer used https://www.sololearn.com/discuss/288609/?ref=app
15th Feb 2018, 4:46 AM
Manual
Manual - avatar
+ 1
oh oops😅 my bad..thanks for the info
15th Feb 2018, 5:54 AM
Nikita M.S
Nikita M.S - avatar