From: Rodeo Red Newsgroups: comp.os.msdos.djgpp Subject: missing Date: Wed, 26 Jan 2000 08:53:22 -0500 Organization: Church of Evangelical Environmental Extremism Lines: 15 Message-ID: X-Orig-Message-ID: <388EFC52 DOT 3868B065 AT netstep DOT net> Abuse-Reports-To: support at netstep.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Wed Jan 26 07:50:53 2000 NNTP-Posting-Host: !`u9E-@[-epMO!S (Encoded at Airnews!) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying to compile a program which uses these headers: #include #include #include #include I get this output: C:\C++\liner.cpp:7: ostream: No such file or directory (ENOENT) I checked and I have the other headers and ostream.h but not ostream Did I just lose ostream myself or is djgpp supposed to be missing ostream ? Red