Re: strange behaviour of gcc 4.0.2



On Sun, 26 Feb 2006 13:15:50 +0100, Bjoern Schliessmann wrote:


Did you forget "#include <iostream>"? Did you use "gcc" instead of "g++"
to for compiling (happened to me once ;) )?

Maybe even smarter: Use cc for C and c++ for C++. Any *nix substitute cc
and c++ for the systems standard C and standard C++ compiler. This is
especially a good idea in makefiles.

--
Hilsen/Regards
Michael Rasmussen
http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xE3E80917

.