From: "J. L." Newsgroups: comp.os.msdos.djgpp Subject: Re: iostream.h Date: Fri, 29 Nov 2002 16:08:39 -0600 Lines: 22 Message-ID: References: <20021129211035 DOT 43718 DOT qmail AT web20704 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: 200.34.143.17 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 1038607728 26386042 200.34.143.17 (16 [143309]) X-Newsreader: Forte Agent 1.92/32.572 trialware To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 29 Nov 2002 13:10:35 -0800 (PST), Ernest Moran wrote: >I'm using a book called "C++ weekend crash course" and >it comes with your compiler. Because I'm using Win XP, >I decided to go to your web site a get the last version of >your compiler. Here is my problem, I'm using the RHIDE, >the book says to us "#include iostream.h", but when >I go to compile the program I get a Backward error. >Since this include file is not valid, What should I use >to replace it and not get this error? You must use #include and prepend syt:: to your calls to cin cout. Also, get a recent C++ book. The sintaxis in the book are you using is deprecated by the C++ Standard.