+ 2
Whats the difference between iostream.h and iostream ??
I m a beginner need help
1 ответ
+ 1
If your implementation have a working copy of iostream.h, it is probably the same as iostream except that everything in iostream is in the std namespace, while iostream.h generally preceded namespaces, and didn't use them. When C++ was first created, allof the files in the standard runtime library ended in .h.