0
What is the difference between <iostream> and <iostream.h>?
1 Respuesta
0
We used iostream .h before namespaces were introduced. So if you have a iostream .h file lying around, you can still include it. But it wont be in the std global namespace.
iostream .h is deprecated by those compilers that provide it, iostream is part of the C++ standard.
if you setisfied,please like