Date: Mon, 13 Oct 1997 19:12:12 -0700 (PDT) Message-Id: <199710140212.TAA29090@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: David Jenkins , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Need Help! (Apology for not sending sys info! ) Precedence: bulk >I just replied to something similar, if it was you sorry but. >Try using looking in :\djgpp\include for iostream.h I can't find it and >ALL my sources compile without error. C++ header files live in /djgpp/lang/cxx. > >Have you tried other sources?? >HHave you tried commenting the #include line out, DJGPP can >compile without them, even though it isn't standard C to do so. Perhaps, BUT any functions which take arguments of types other than `int', pointer, and `double' will go hideously awry, and anything returning something besides `int' will also break. Always use the headers! Nate Eldredge eldredge AT ap DOT net