From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: Need Help! (Apology for not sending sys info! ) Date: 23 Oct 1997 07:06:19 GMT Organization: None provided Lines: 17 Message-ID: <62mt1b$rc0$2h@195.26.68.19> NNTP-Posting-Host: 195.26.68.19 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Dj-Gateway: from mailing list djgpp AT delorie DOT com Precedence: bulk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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