X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Newsgroups: comp.os.msdos.djgpp Subject: Parse Error what does it mean. Date: Wed, 5 Dec 2001 20:19:54 -0000 Lines: 19 Message-ID: <9ulvdh$ndk$1@news8.svr.pol.co.uk> NNTP-Posting-Host: modem-1.bonobo.dialup.pol.co.uk X-Trace: news8.svr.pol.co.uk 1007583473 23988 217.134.48.1 (5 Dec 2001 20:17:53 GMT) NNTP-Posting-Date: 5 Dec 2001 20:17:53 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ive had no luck getting DJGPP to work on my win ME computer. So i have tried installing it on a PC with win 98. However i now have a new problem. I have created a .cc file as below: #include int main() { cout << "Hello World!\n" return 0; } however ir tells me: hello.cc: 4: ERROR Parse error before { what does this mean i dont see a problem and more importantly how do i sort it out.