Re: c++ errors...

2002-10-09 Thread Christensen Tom
>From: Brian Ashe <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: c++ errors... >Date: Wed, 9 Oct 2002 09:53:17 -0400 > >Christensen Tom, > >On Wednesday October 09, 2002 03:19, Christensen Tom wrote: > > Ok, > > I'

Re: c++ errors...

2002-10-09 Thread Brian Ashe
Christensen Tom, On Wednesday October 09, 2002 03:19, Christensen Tom wrote: > Ok, > I've been using Linux for about 1 year now, and 1 thing that has always > worked right out of the box is the gcc compiler... until now. > installed redhat 8.0 and it won't compile c++ programs... > not even hello

c++ errors...

2002-10-08 Thread Christensen Tom
Ok, I've been using Linux for about 1 year now, and 1 thing that has always worked right out of the box is the gcc compiler... until now. installed redhat 8.0 and it won't compile c++ programs... not even hello world #include int main() { cout << "Hello World\n"; return 0; } when I comp