From: "Charles" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Newbie ? --> where can i get iostream.h Lines: 19 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <_UL15.21811$0T2.365344@typhoon.columbus.rr.com> Date: Wed, 14 Jun 2000 13:38:02 GMT NNTP-Posting-Host: 24.31.177.134 X-Complaints-To: abuse AT rr DOT com X-Trace: typhoon.columbus.rr.com 960989882 24.31.177.134 (Wed, 14 Jun 2000 09:38:02 EDT) NNTP-Posting-Date: Wed, 14 Jun 2000 09:38:02 EDT Organization: Road Runner Columbus To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ok, I found iostream.h in djgpp/lang/cxx My new problem is that I can't successfully include it. It gives me the 'no such file or directory' error. I thought I should include djgpp/lang/cxx in the path, so i did, like this: set PATH=C:\charles\DJGPP\bin;C:\charles\DJGPP\lang\cxx;%PATH% what am i doing wrong? i know i could just move iostream into \bin but i would like to know how to make it so i can include files in other dirs as opposed to dodging the problem. Thank you so much (btw, this is 'deborah doss' from above - just changed my name)