X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 3 Oct 2004 01:16:39 -0400 Message-Id: <200410030516.i935Gdhb018124@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (charismatic_evangelist AT yahoo DOT com) Subject: Re: error `cout' undeclared, and yes I #include References: Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk #include using namespace std; int main(void) { cout << "hello" << endl; return 0; }