This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Compilation problem with gcc 3.2 on Mandrake 9.0
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Patrick H. E. Foubet" <foubet at seriane dot fr>
- Cc: gcc at gnu dot org
- Date: 24 Dec 2002 11:14:28 +0100
- Subject: Re: Compilation problem with gcc 3.2 on Mandrake 9.0
- Organization: Integrable Solutions
- References: <3E08404B.1010401@seriane.fr>
"Patrick H. E. Foubet" <foubet@seriane.fr> writes:
| #include <iostream>
| int main(void)
| {
| cout << "Hello World !" << endl;
This is a FAQ.
The C++ standard library is put in the namespace std. Please,
consider a recent book on C++ like the third edition of "The C++
Programming Language" by B. Stroustrup.
[...]
| Is it normal ?
Yes.
-- Gaby