iostream.h: no such file in directory - C++ Forum
That is incorrect. iostream.h and iostream are different files with different names, and they have different internals (the most obvious of which is namespaces). Modern compilers don't come with iostream.h If your compiler cannot find iostream, then it's ...