0
where do we use #include <iostream.h>?
is this extension (.h) used in a different version?
5 Answers
0
yes,
It is header in c++,
.h is used in some compipers like turbo c
0
okay, and in this version we don't use using namespace right?
0
it can be contain to stream operation..
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.
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.