Re: C++ usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hello
I am migrating from MS Windows to SUSE Linux 9.2. I am a beginner. And trying to use the C++ Compiler (3.3.4), I only get error messages (see added protocol gcc-test.pdf). The compiler not even "understands" the object cout. Is there someone who can help me?
With kind regards
Joerg Gautschi, Lenzstrasse 31, CH-5734 Reinach AG, Switzerland
cout object is in std namespace, so to access it, you must use std::cout, or use "using std;" (it is not recommended).

Arturas M.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux