From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: streambuf.h Date: Tue, 15 Sep 1998 12:38:59 -0400 Organization: Bell Northern Research Lines: 25 Message-ID: <35FE9823.17A7942A@nt.com> References: <6tl8e7$1f0$1 AT inf6serv DOT rug DOT ac DOT be> NNTP-Posting-Host: bcarib90.ca.nortel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, it's in gppxxxb.zip Regards Ian. Johan Verschraegen wrote: > > I have a problem when I compile the Hello World example > program. > #include > > int main() > { > cout << "Hello World"; > > return 0; > } > I get the following error > ../djgpp/lang/cxx/iostream.h(31) Error:streambuf.h: > No such file or directory (ENOENT) > > Indeed there is no such file on my hard drive. I thought I had > unzipped all necessary files from DJGPP but appearently I have > missed one. Where can I find streambuf.h. > BTW i am using DJGPP under DOS > > Thanks in Advance