Date: Sat, 30 Nov 2002 16:02:09 -0800 From: Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca> To: Garrett Rooney <rooneg@electricjellyfish.net> Cc: Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca>, freebsd-current@freebsd.org Subject: Re: C++ Issue On -CURRENT Message-ID: <200212010002.gB10299V012823@cwsys.cwsent.com> In-Reply-To: Message from Garrett Rooney <rooneg@electricjellyfish.net> of "Sat, 30 Nov 2002 18:50:22 EST." <7DAE546B-04BE-11D7-9FE8-00039364885A@electricjellyfish.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <7DAE546B-04BE-11D7-9FE8-00039364885A@electricjellyfish.net>
, Garret
t Rooney writes:
> > The following program builds and runs under 4.7-STABLE:
> >
> > #include <iostream>
> >
> > int main()
> > {
> > cout<<"Hello World\n";
> > }
> >
> > ... but under 5.0-CURRENT it gives me the following errors:
> >
> > cwtest$ g++ -o foo foo.cc
> > foo.cc: In function `int main()':
> > foo.cc:5: `cout' undeclared (first use this function)
> > foo.cc:5: (Each undeclared identifier is reported only once for each
> > function
> > it appears in.)
>
> does the problem still occur if you add in 'using namespace std'?
Thanks. That also fixed it.
--
Cheers, Phone: 250-387-8437
Cy Schubert Fax: 250-387-5231
Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca
Open Systems Group, CITS
Ministry of Management Services
Province of BC
FreeBSD UNIX: cy@FreeBSD.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212010002.gB10299V012823>
