help-gplusplus
[Top][All Lists]
Advanced

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

Re: cout is not a member of std!


From: BobR
Subject: Re: cout is not a member of std!
Date: Thu, 29 Sep 2005 19:02:17 GMT

jalkadir wrote in message
<1128011730.021655.287510@g44g2000cwa.googlegroups.com>...
>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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]