Difference between iostream and iostream.h
问题 What is the difference between iostream and iostream.h ? 回答1: iostream.h is deprecated by those compilers that provide it, iostream is part of the C++ standard. To clarify explicitly there is no mention of iostream.h at all in the current C++ standard (INCITS ISO IEC 14882 2003). Edit: As @Jerry mentioned, not only does the current standard not mention it, but no standard for C++ mentions it. 回答2: iostream is a standard header. iostream.h is a non-standard header that was very common in pre