+ 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
3 Réponses
+ 4
There is an iostream.h, but iostream (and stdio.h) is used more often.
+ 6
Seems like you know outdated C++
iostream.h - Turbo C++ no longer used
https://www.sololearn.com/discuss/288609/?ref=app
+ 1
oh oops😅 my bad..thanks for the info