From: "Michael Stewart" Newsgroups: comp.os.msdos.djgpp Subject: Re: PARSE ERROR!!! Date: Mon, 28 Jun 1999 09:20:19 +0100 Organization: (Posted via) Netcom Internet Ltd. Message-ID: <7l7b6v$7bv$1@taliesin.netcom.net.uk> References: NNTP-Posting-Host: hgty.capgemini.co.uk X-Trace: taliesin.netcom.net.uk 930557983 7551 194.42.240.2 (28 Jun 1999 08:19:43 GMT) X-Complaints-To: abuse AT corp DOT netcom DOT net DOT uk NNTP-Posting-Date: 28 Jun 1999 08:19:43 GMT X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Gregory Akselrod wrote in message ... >I keep getting a parse error now when I try to compile this program in a >different spot. My intention is to make an amature 4 function calculator. I >want to be able to choose which function to use. Attached is my current >source code. Tell me how to fix it. I keep getting the error: > >4calc.cc:67: parse error before { Add a } about line 65. main() was not closed. >Could you tell me how to fix it and what a parse error is