This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with new "17.4.1.2" headers
- From: Jens-Michael Hoffmann <jensmh at gmx dot de>
- To: Brian Nelson <bnelson at cis dot ysu dot edu>,gcc-bugs at gcc dot gnu dot org
- Date: Fri, 21 Feb 2003 00:41:17 +0100
- Subject: Re: Problems with new "17.4.1.2" headers
- Organization: Hoffmann Information Services GmbH
- References: <E18lzRZ-00038C-00@frodo.cis.ysu.edu>
Brian Nelson writes:
> I create a generic hello world program, with #include <iostream> and a cout
> command, and when i compile, I get :
>
> hello.cc: In function `int main()':
> hello.cc:5: `cout' undeclared (first use this function)
you could try std::cout.
Jens-Michael