[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: |
Tue, 8 Jan 2002 15:34:14 +0100 |
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
Yikes!
Embarassing!
Great!
Thanks!
(I should solve this problem within the next few days).
Wolfgang