What is the difference between iostream and iostream.h?
What is the difference between iostream and iostream.h ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
iostream.his deprecated by those compilers that provide it,iostreamis part of the C++ standard.To clarify explicitly there is no mention of
iostream.hat 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.