Date: Sun, 18 Oct 1998 13:22:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Compwiz826 cc: djgpp AT delorie DOT com Subject: Re: Need c++ Library files, iostream.h can't find! In-Reply-To: <19981015204751.21061.00001295@ng118.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 16 Oct 1998, Compwiz826 wrote: > I've looked all over the place and even got the lgp281b.zip file but I still > can't find one with _defs.h and iostream.h. If u know where I can get them > pleasze let me know There is no such file anywhere in the DJGPP C++ headers, and nor should there be such a file. DJGPP's iostream.h doesn't include _defs.h at all, at least on my system. Please make sure your iostream.h is from a DJGPP port of the C++ library. I'm almost positive you are somehow using iostream.h from Borland's compiler instead of the one that comes with DJGPP.