From: "Rafael García" Newsgroups: comp.os.msdos.djgpp Subject: Re: Don't understand why I am getting this parse error... narrowed it down to 7 lines. Date: Thu, 11 Mar 1999 12:29:09 +0100 Organization: CTV/JET Lines: 8 Message-ID: <7c89cc$5eg$1@lola.ctv.es> References: <7c80l5$aj4 AT sjx-ixn10 DOT ix DOT netcom DOT com> NNTP-Posting-Host: infou258.jet.es X-Trace: lola.ctv.es 921151692 5584 195.55.161.2 (11 Mar 1999 11:28:12 GMT) X-Complaints-To: usenet AT lola DOT ctv DOT es NNTP-Posting-Date: 11 Mar 1999 11:28:12 GMT X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You cannot declare variables inside code with C language. It is an extension of C++. You must put a '{' before declarations.