X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "John Hanley" Newsgroups: comp.os.msdos.djgpp Subject: Re: parse error Date: Wed, 4 Aug 2004 14:53:31 -0600 Organization: University of Alberta Lines: 17 Message-ID: <1091652828.239126@proxy2.srv.ualberta.ca> References: NNTP-Posting-Host: proxy2.srv.ualberta.ca X-Trace: tabloid.srv.ualberta.ca 1091652829 28292 129.128.5.161 (4 Aug 2004 20:53:49 GMT) X-Complaints-To: abuse AT ualberta DOT ca NNTP-Posting-Date: Wed, 4 Aug 2004 20:53:49 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Cache-Post-Path: proxy2.srv.ualberta.ca!unknown AT d199-126-23-72 DOT abhsia DOT telus DOT net X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Here is a sample of code that generates that error... notice the missing end brace: > > int main() { > > "at end of input" gives me the clue that something more is expected. I found the problem. It makes sense that it was a parse error because it was one "}" short. However, it was somewhere in the middle of my code, not at the end. The error message really threw me off. But that's ok. At least I found the problem. Thanks for the help! John