0
Why we use #include<iostream.h> in case of #include<iostream>
2 Respuestas
+ 8
Please read: https://www.sololearn.com/Discuss/288609/?ref=app
+ 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