10 pts.
 My C++ compiler showing error UNABLE TO OPEN IOSTREAM.H and IOSTREAM
my c++ compiler showing error that UNABLE TO OPEN IOSTREAM.H
#include<iostream.h> <---- error

when i enter IOSTREAM it again shows error

#include<iostream.h> <<------- error

and so for other header files

and also for COUT and CIN
ASKED: Mar 11, 2009  1:58 AM GMT
UPDATED: March 16, 2009  1:20:11 PM GMT
60,255 pts.

Answer Wiki:
Your compiler needs to know where to look for the header files. How to configure the 'include' directories will be different depending on the compiler you are using.

CIN and COUT are not being recognized because they are defined in iostream.h which your compiler has not been able to include.

-----------------------------

i think you want to set envoirnment of your editer window
steps:
first: go in editor window
and open option popdown menu
and select directory command
then set path of include directory Example: c:\tc\include and save enviornment changes.

-Rakeshsen
Last Wiki Answer Submitted:  Mar 16, 2009  1:20 PM (GMT)  by  Carlosdl   60,255 pts.
Latest Answer Wiki Contributors:  Rakeshsen   35 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _