cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What does mean .h
What does mean .h
Feb 6, 2013 at 5:18am UTC
Medet Kozhabaev
(8)
what is the difference between iostream and iostream.h?
Feb 6, 2013 at 5:28am UTC
Cubbi
(4774)
iostream
is the name of one of the header files in the C++ standard library. Its contents are fixed by the standard to be exactly
http://en.cppreference.com/w/cpp/header/iostream
iostream.h
is the name of a header file used in some pre-1998 non-standard dialects of early C++. Its contents vary between historic compilers that provided it.
Topic archived. No new replies allowed.