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

Software/Hardware used:
ASKED: March 11, 2009  1:57 AM
UPDATED: March 16, 2009  1:20 PM

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:tcinclude and save enviornment changes. -Rakeshsen
Last Wiki Answer Submitted:  March 16, 2009  1:20 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts. , Rakeshsen   35 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _