Dear all,
I have a problem with simple c++ programs...
I would like to install a program, but always have the error like "c++ compiler is unable to create executables"...
Now I tried to compile a simple "hello world" program, but I get errors as I would if I compile a c++ program with a c compiler ("`cout' undeclared"... although I included iostream)...
Now I am not sure, if g++ does not work on my machine?
Does anyone know about how to fix this problem?
Thank you very much in advance...
Chris
Added In response to Pax's answer:
Well, I think, my code is okay, I can compile it on another machine, and I use the namespace std...
So, it's not possible, that the configuration of g++ is mismatched or something like that...?