From: "Baal" Newsgroups: comp.os.msdos.djgpp Subject: Help Date: Wed, 15 Mar 2000 07:29:30 -0000 Organization: EsatClear News Server Lines: 18 Message-ID: <8ane5e$d7p$1@fraggle.esatclear.ie> NNTP-Posting-Host: 194.165.161.216 X-Trace: fraggle.esatclear.ie 953105390 13561 194.165.161.216 (15 Mar 2000 07:29:50 GMT) X-Complaints-To: abuse AT esatclear DOT ie NNTP-Posting-Date: 15 Mar 2000 07:29:50 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 1: #include 2: 3: 4: int main(); 5: { 6: cout <<"Hello World!\n"; 7: return 0; 8: } Hello. Im new to C++ and I got this programme djgpp with the program rhide. I can;t seem to compile programs though. When I go to run it it says : filename.c(1) Error: iostream.h: No such file or directory (ENOENT) Any help would be much appreciated. Thanks