This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compilation problem with gcc 3.2 on Mandrake 9.0


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]