From: Rodeo Red Newsgroups: comp.os.msdos.djgpp Subject: Re: missing Date: Sun, 30 Jan 2000 17:46:41 -0500 Organization: Church of Evangelical Environmental Extremism Lines: 36 Message-ID: <27C10DFE5C95A4C4.FF3DFBC659FC7454.EA519D21C8A95C01@lp.airnews.net> X-Orig-Message-ID: <3894BF51 DOT DE5D5A0B AT netstep DOT net> References: <38910E6A DOT DF22D15A AT americasm10 DOT nt DOT com> <389169e4$1 AT news DOT uni-bielefeld DOT de> <38945fce AT news DOT uni-bielefeld DOT de> Abuse-Reports-To: support at netstep.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Sun Jan 30 16:43:42 2000 NNTP-Posting-Host: !bFeF-@[/]`JeRO (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 Manni Heumann wrote: > > In article , Rodeo Red wrote: > >Manni Heumann wrote: > >> > >> Standard headers in C++ don't come with a suffix. > >> libgpp should not be necessary for C++, you only need it to compile legacy > >> code (e.g. to compile programs that use the String class). > >> > >> But what sort of functionality should contain? > > > >It opens a file for output. from my text books it seems to be part of > >the standard library. > >AFAIK, that measn it should be in djgpp and I probably lost it. It > GCC may not be fully compliant to the C++ standard. But in this case it won't > keep you from writing standard compliant code. > Thanks for helping- I think you're right to say I could get the code to work without ostream. (There's more mentions of ostrean than just rhe call to the header, so I'll have to do more than delete "#include ". Still what I would really like to know is; is ostream is supposed to be in djgpp, or did I just lose it ? You seem to be saying it may not come with djgpp, but I find this hard to believe, and I'd like to know for sure. My understanding is that dgjpp should contain it, but since I'm new to this, I could definitely be wrong. Can anyone find ostream in their copy of djgpp ? Can anyone not find it ? Am I asking too much or something ? It seems like such a simple question. Red