From: "Pavlos" Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP !!!! New Programmer Date: Wed, 4 Aug 1999 05:37:25 +0300 Organization: An OTEnet S.A. customer Lines: 26 Message-ID: <7o8922$l27$1@newssrv.otenet.gr> References: <7o7lg5$5ju$1 AT newsreader1 DOT core DOT theplanet DOT net> NNTP-Posting-Host: dram-a08.otenet.gr X-Trace: newssrv.otenet.gr 933734274 21575 195.167.113.231 (4 Aug 1999 02:37:54 GMT) X-Complaints-To: abuse AT otenet DOT gr NNTP-Posting-Date: 4 Aug 1999 02:37:54 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > In file included from s.cpp:1: > c:/djgpp/lang/cxx/iostream.h:31: streambuf.h : No such file or directory > ENOENT ) > >Using find files, the file streambuf.h is located in c:\djgpp\lang\cxx and >also in the Chapter 1 folder of the exercise directory in the Sams folder. > Take a look at the FAQ, section 8.2. It should be your djgpp/faq/ directory. > I am executing gxx in a dos prompt under windows. Should I do this in a >pure DOS session?? Not necessary >Also the s.cpp file is located on my desktop. Should this >be in the folder where streambuf.h and iostream.h lie ?? > No. > I look forward to having my problems solved soon so I can call myself a >fellow programmer ... .we ALL have to start somewhere .... >Thanks to all in advance.... STEVE >