jalkadir wrote in message
<[EMAIL PROTECTED]>...
>When trying to compile the below program, I get a message saying that
>'cout' is not a member of 'std', what the heck is that message for?!
>
>Is this a bug in g++

No, it's a bug in the programmer!! <G>

#include <iostream>

You must include the headers for the things you need/use.

--
Bob R
POVrookie


_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to