5 pts.
 My C++ compiler showing error UNABLE TO OPEN IOSTREAM.H and IOSTREAM
My c++compiler showing error that unable to open iostream.h and unable to open output file. i hv already set the correct path of directories ,but still it give same error.plz help me .

Software/Hardware used:
Turboo c++ 3.0
ASKED: Aug 31, 2009  3:35 PM GMT
UPDATED: September 1, 2009  4:45:18 PM GMT
45 pts.

Answer Wiki:
that looks like you C++ program o wouls suggest you to download any lastest version of C++ and try that one coz
i have also notic that if you open up the file turbo c++ icon as dos that have problem with the compiler .
but the program under BIN folder if you run C++ program from there that will work fine .
please try this the program inside bin foler run it from there this will work .
if you dont have it then try to download from internet or find out from some where .

See whether the header and other required files are in the path. The compiler may also have a type of config file where the paths of the header and other files needs to be specified.
Last Wiki Answer Submitted:  Sep 1, 2009  4:45 PM (GMT)  by  Vpraaju   45 pts.
Latest Answer Wiki Contributors:  Exchange server 2007   605 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

What are the exact error messages ?
Do you get the errors when opening the IDE or when compiling your program ? If the latter, can you post the first lines of your program ?

 60,255 pts.