X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: parse error Date: Wed, 4 Aug 2004 16:14:24 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: parse error Thread-Index: AcR6W8p0LBOi7T15RfKjlOxOH5ImmgAA286g From: "John Bond" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i74KEUlG029835 Reply-To: djgpp AT delorie DOT com -----Original Message----- > From: John Hanley [mailto:jdhanley AT telusplanet DOT net] > > I just received a "parse error at end of input" when compiling my code, but > am unsure why. My code compiled fine yesterday, and I only made some minor > adjustments today. > > Is this parse error indicative of anything particular? 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. -JBond