This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: cerr not defined
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: shane at shaneroberts dot com
- Cc: John Love-Jensen <eljay at adobe dot com>, gcc-help at gcc dot gnu dot org
- Date: Mon, 20 Jan 2003 22:17:58 +0100
- Subject: Re: cerr not defined
- References: <3E2C1136.19539.200B702F@localhost> <3E2C1C76.5278.203761A4@localhost>
- Reply-to: bjensen at fastmail dot fm
Hi Shane,
You are not actually using
#include<fstream.h>
but
#include<fstream>
The former usually populates the global
namespace, but the later uses namespace std.
Yours sincerely,
Bjorn