C++ usage
Artūras Moskvinas
arturas.moskvinas@gmail.com
Fri Nov 25 19:20:00 GMT 2005
>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.
More information about the Gcc-help
mailing list