help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trouble including "iostream" "fstream"


From: Ulrich Eckhardt
Subject: Re: trouble including "iostream" "fstream"
Date: Tue, 11 Apr 2006 06:41:42 +0200
User-agent: KNode/0.9.3

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]