Newsgroups: comp.os.msdos.djgpp From: manni DOT heumann AT gmx DOT de (Manni Heumann) Subject: Re: missing 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> <27C10DFE5C95A4C4 DOT FF3DFBC659FC7454 DOT EA519D21C8A95C01 AT lp DOT airnews DOT net> X-Newsreader: News Xpress 2.01 Date: Mon, 31 Jan 2000 12:01:26 GMT NNTP-Posting-Host: dhcp33-226.uni-bielefeld.de Message-ID: <3895799b$1@news.uni-bielefeld.de> X-Trace: 31 Jan 2000 13:01:31 +0200, dhcp33-226.uni-bielefeld.de Lines: 31 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <27C10DFE5C95A4C4 DOT FF3DFBC659FC7454 DOT EA519D21C8A95C01 AT lp DOT airnews DOT net>, Rodeo Red wrote: .. >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 My installation has got a , which won't help much. Gcc is not (yet) fully C++ standard compliant, so this doesn't come as a big surprise. E.g. it doesn't know about the new stringstreams. So it is kind of easy to believe. Still, I don't think that you really need . Are you having trouble accessing certain classes or functions? If yes, which ones? -- Manni