delorie.com/archives/browse.cgi | search |
Message-ID: | <3B22997B.27A3F04E@earthlink.net> |
From: | Martin Ambuhl <mambuhl AT earthlink DOT net> |
X-Mailer: | Mozilla 4.76 [en] (Win95; U) |
X-Accept-Language: | en,zh-CN,fr,de-CH,ru |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: can't use cout? |
References: | <z8nU6.14958$y7 DOT 129427 AT dbsch1 DOT home DOT nl> <3B229753 DOT 8073C6E2 AT earthlink DOT net> |
Lines: | 27 |
Date: | Sat, 09 Jun 2001 21:44:27 GMT |
NNTP-Posting-Host: | 209.246.111.15 |
X-Complaints-To: | abuse AT earthlink DOT net |
X-Trace: | newsread1.prod.itd.earthlink.net 992123067 209.246.111.15 (Sat, 09 Jun 2001 14:44:27 PDT) |
NNTP-Posting-Date: | Sat, 09 Jun 2001 14:44:27 PDT |
Organization: | EarthLink Inc. -- http://www.EarthLink.net |
X-Received-Date: | Sat, 09 Jun 2001 14:42:29 PDT (newsmaster1.prod.itd.earthlink.net) |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Martin Ambuhl wrote: [Sorry about this: Skitt's law strikes again] > > Dave Lemmens wrote: > > > > I used DJGPP + RHIDE before, it worked great! > > But now I want to compile a program (very easy one) > > it doesn't work. > > > > Example: > > __________________________ > > #include <io.h> > > The header for iostreams is <iostreams>. <io.h> is not a standard ^^^^^^^^^^ should be <iostream> > header for either C++ or C. > > > > > int main() > > { > > cout << "test"; > > return 0; > > } > > ___________________________ > > This doesn't work ;-(((
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |