From: "Ghostwheel" Newsgroups: comp.os.msdos.djgpp References: <3924076E DOT 729A1A75 AT yahoo DOT com> Subject: Re: Newbie Problem Lines: 43 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 Message-ID: Date: Thu, 18 May 2000 17:58:50 GMT NNTP-Posting-Host: 192.189.16.3 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 958672730 192.189.16.3 (Thu, 18 May 2000 10:58:50 PDT) NNTP-Posting-Date: Thu, 18 May 2000 10:58:50 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am, in fact, using WinNT. I used WinZip to unzip the files. And sorry, I should also have included the source. // Program 1.1 #include void main() { cout << "Hello! " "Congratulations on your first" " C++ program"; } "Prashant TR" wrote in message news:3924076E DOT 729A1A75 AT yahoo DOT com... > Ghostwheel wrote: > > > I am trying to compile a simple "Hello World" type program but I get this > > error "c:\djgpp\lang\cxx\iostream.h(31) Error: streambuf.h: No such file or > > directory (ENOENT)" > > > > I have verified that the file does in fact exist and is in the > > \djgpp\lang\cxx directory. Could someone tip me off to what I am doing > > wrong? > > That depends on what you were working on and what software you used to > unzip djdevxxx.zip. If you are using Windows, you must use Winzip or some > LFN aware zipper. Under DOS, you need to use pkzip. Once this is done, it > should work fine. > > -- > Prashant > > > >