0

where do we use #include <iostream.h>?

is this extension (.h) used in a different version?

8th Jul 2016, 3:06 PM
Priya R
5 Answers
0
yes, It is header in c++, .h is used in some compipers like turbo c
8th Jul 2016, 3:28 PM
Venkat Naveen
Venkat Naveen - avatar
0
okay, and in this version we don't use using namespace right?
8th Jul 2016, 3:30 PM
Priya R
0
it can be contain to stream operation..
8th Jul 2016, 4:58 PM
mehul bhanderi
0
iostream.h is obsolete. No half-way decently modern compiler is using this anymore (Borlands Turbo C++ Line has been discontinued since 2006). If your compiler requires iostream.h pls try to get a newer one.
8th Jul 2016, 7:58 PM
Stefan
Stefan - avatar
0
its used for input output stream, also for printing output and taking input, its the main header file, without it the program won't work, (.h) is not required in newest compilers.
9th Jul 2016, 7:11 AM
Adarsh Joseph Kalief