From: "Dockeen" To: Subject: Re: Help Date: Sun, 9 Jun 2002 18:06:31 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com After your include statement, add using namespace std; You need that to access the iostream commands. I checked, got the same error as you without it, worked with it. Good luck! Wayne Keen p.s. Interestingly, it did compile in Dev C++, I think that might have to do with the fact that they use 2.95.3 and I have 3.1 on here.