From: "DeepBlack \(Murray Evans\)" Newsgroups: comp.os.msdos.djgpp Subject: Trouble Date: Tue, 7 Mar 2000 20:51:00 -0000 Organization: UUNET WorldCom server (post doesn't reflect views of UUNET WorldCom Lines: 26 Message-ID: <8a3pv9$npo$1@lure.pipex.net> NNTP-Posting-Host: userk513.uk.uudial.com X-Trace: lure.pipex.net 952462121 24376 193.149.70.89 (7 Mar 2000 20:48:41 GMT) X-Complaints-To: abuse AT uk DOT uu DOT net NNTP-Posting-Date: 7 Mar 2000 20:48:41 GMT 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 New to c and djgpp, but done a bit of Pascal (not that that really matter much I don't think....) Installed everything (think I've done it all properly.... unzipped all the files I douwnloaded, and they all went to their various directories), but having trouble. Using Rhide, made the following hello world program, just for a nice easy start :), but seems to go wrong. #include int main() { cout<<"Hello World"; return 0 } Problem is, end up with whole load of errors coming up which all seem to be in the iostream.h file and streambu.h file. Parse errors is what I could gather from the error box in Rhide, although don't know what to do about it, or what it is. Help!