+ 1
Why they use the header file iostream predominantly, here? Why not iostream.h?
3 ответов
+ 3
https://stackoverflow.com/questions/2976477/difference-between-iostream-and-iostream-h
iostream.h was never part of the C++ standard, but it was used by early compilers. The standard C++ include files don't have ".h" in their name. THIS IS NOT C!!
+ 1
For faster compilation
+ 1
For standard namespaces and for new compilers like Dev c++ use without.h in big project without.h matters because it will compile fast