NewToGNU wrote:
> #include <iostream.h>
> #include <fstream.h>

Those are not and never were part of the ten year old C++ standard.

> test.cc:8: iostream.h: No such file or directory
> test.cc:9: fstream.h: No such file or directory

Figures, right?

Seriously, it seems your knowledge about C++ seems by far outdated. What
you should do is go to http://accu.org and pick a good book from the
reviews section.

Uli

-- 
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to