+ 1
Why we cannot use #include<iostream.h>
5 Answers
+ 11
it 'can' see .h files.. see stdio.h, time.h etc
these .h extension headers are c headers. not c++ ones.
The reason you can not use iostream.h is because it has has been deprecated since 1998 when c++ was standardized.
we use iostream in standard c++
+ 6
C++ compiler (on sololearn) can not understand "h" files , if you want include "h" files download "visual studio C++"
+ 2
thanks... jay and AL.The.Flame
+ 1
why it cannot use h files???