| delorie.com/archives/browse.cgi | search |
| From: | "Chapman, Ian [CAR:TM14:EXCH]" <ichapman AT americasm10 DOT nt DOT com> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: missing <ostream> |
| Date: | Thu, 27 Jan 2000 22:35:06 -0500 |
| Organization: | Nortel Networks |
| Lines: | 22 |
| Message-ID: | <38910E6A.DF22D15A@americasm10.nt.com> |
| References: | <A07BFA639570509F DOT 80D3BEF731426AC0 DOT B418A6AEF5DF1D20 AT lp DOT airnews DOT net> |
| NNTP-Posting-Host: | 47.199.34.204 |
| Mime-Version: | 1.0 |
| X-Mailer: | Mozilla 4.7 [en] (Win95; U) |
| 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 |
Hi,
your includes are missing the .h. Have you looked up the faq? do
you have libgpp.a in djgpp/lib ? Regards Ian.
Rodeo Red wrote:
> I'm trying to compile a program which uses these headers:
>
> #include <iostream>
> #include <fstream>
> #include <ostream>
> #include <string>
>
> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |