[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [help-GIFT] gcc-3.0.3
From: |
Wolfgang Mueller |
Subject: |
Re: [help-GIFT] gcc-3.0.3 |
Date: |
Thu, 10 Jan 2002 11:38:28 +0100 |
On Tuesday 08 January 2002 15:34, Wolfgang Mueller wrote:
> On Tuesday 08 January 2002 15:24, you wrote:
> > #include <string>
> > #include <iostream>
> > using namespace std;
> > int main (){
> > string x("hello");
> > cout << x << endl << x+x << endl;
> > }
> >
> > Perhaps you could just add a line "using namespace std;" in some global
> > header file. Unless you reuse the standard names in a different context,
> > this should be fine.
> >
> > Cheers,
> >
> > Andreas
I am almost there, just cleaning up bits and pieces. The current CVS does not
yet compile.
Cheers,
Wolfgang