Message-ID: <3B22997B.27A3F04E@earthlink.net> From: Martin Ambuhl 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: <3B229753 DOT 8073C6E2 AT earthlink DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 > > The header for iostreams is . is not a standard ^^^^^^^^^^ should be > header for either C++ or C. > > > > > int main() > > { > > cout << "test"; > > return 0; > > } > > ___________________________ > > This doesn't work ;-(((