0

Why we use #include<iostream.h> in case of #include<iostream>

4th Apr 2017, 5:08 PM
divyam Sharma
divyam Sharma - avatar
2 Antworten
4th Apr 2017, 11:06 PM
Hatsy Rei
Hatsy Rei - avatar
+ 1
You shouldn't use it like that. The correct way to use STL headers is without. h. The same is true if you want to include C headers. Just use <cstdio> instead of <stdio.h> and iostream instead of iostream.h
4th Apr 2017, 10:00 PM
soman