what is the use of header file :<iostream.h> in c++
satish.paluvai -1 Light Poster
Recommended Answers
Jump to Postthere is no use for iostream.h because it is obsolete. use iostream instead (without the .h extension) assuming your compiler supports it. Old compilers such as original Turbo C++ may recognaize iostream.h.
It defines the c++ iostream classes -- output text to the console monitor.
Jump to Postyou need iostream to get functions like cin and cout i think
All 7 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
satish.paluvai -1 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
John A 1,896 Vampirical Lurker Team Colleague
satish.paluvai -1 Light Poster
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.