X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 5 Dec 2001 15:42:46 -0500 Message-Id: <200112052042.fB5Kgkc29043@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <9ulvdh$ndk$1@news8.svr.pol.co.uk> (john AT jhadgraft DOT freeserve DOT co DOT uk) Subject: Re: Parse Error what does it mean. References: <9ulvdh$ndk$1 AT news8 DOT svr DOT pol DOT co DOT uk> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk "Parse error" means your program doesn't follow the syntax rules for C++, but that gcc doesn't have a specific message for the error (or can't figure it out from context). In your case, you forgot a semicolon after the "Hello World!\n" string.