C++ Header files missing
Hi guys,
Recently i typed a C++ prg. When i compiled it gave alot of errors but the first two errors were
"iostream.h:No such file or directory" and
"fstream.h:No such file or directory".
I doing a little bit of fielhandling in the program. I think the remaining errors are due lack of these files. I have alreaady installed gcc,g++ and build-essential. Still i am getting these errors.
Please help.......
Thanks in advance.......
|