| delorie.com/archives/browse.cgi | search |
| From: | Rodeo Red <rodeored AT netstep DOT net> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: missing iostream.h |
| Date: | Mon, 27 Sep 1999 19:06:59 -0400 |
| Organization: | Church of Evangelical Environmental Extremism |
| Lines: | 27 |
| Message-ID: | <744F632C5D6A1AA6.F712FE2F301976F3.056FE415E434E511@lp.airnews.net> |
| X-Orig-Message-ID: | <37EFF890 DOT ABD9F8C2 AT netstep DOT net> |
| References: | <330AD756F8BB9CEF DOT F8637F444EA9E48A DOT 1D40BCFAF804AA35 AT lp DOT airnews DOT net> |
| Abuse-Reports-To: | support at netstep.net to report improper postings |
| NNTP-Proxy-Relay: | library2.airnews.net |
| NNTP-Posting-Time: | Mon Sep 27 17:50:34 1999 |
| NNTP-Posting-Host: | !]Dt^-@[/KQMs/1 (Encoded at Airnews!) |
| Mime-Version: | 1.0 |
| X-Mailer: | Mozilla 4.5 [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 |
a small correction
Rodeo Red wrote:
>
> I used rhide to write
>
> void main ()
> {
> cout <<"Hello world!\n";
> }
of course that should have been :
#include <iostream.h>
I used rhide to write
void main ()
{
cout <<"Hello world!\n";
}
which results in :
error: iostream.h no such file or directory (ENOENT)
Red
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |