X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 13 Jul 2010 17:58:54 -0400 Message-Id: <201007132158.o6DLwsb7011620@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <4C3CD01F.9050204@vanderbilt.edu> (message from Steve Csorna on Tue, 13 Jul 2010 15:44:15 -0500) Subject: Re: iostream.h trouble References: <4C3CB531 DOT 6070304 AT vanderbilt DOT edu> <4C3CBED1 DOT 90805 AT gmail DOT com> <4C3CD01F DOT 9050204 AT vanderbilt DOT edu> 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 The C++ language has changed over the years, you need to get the latest book, and toss your old ones. #include using namespace std; int main(void) { cout << "hello" << endl; return 0; }