delorie.com/archives/browse.cgi | search |
From: | Richard Dawe <rich AT phekda DOT freeserve DOT co DOT uk> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: How do I use iostream? |
Date: | Tue, 10 Dec 2002 15:12:39 +0000 |
Lines: | 14 |
Message-ID: | <3DF60467.EBB08F6F@phekda.freeserve.co.uk> |
References: | <000001c2a05d$3c813aa0$186a10ac AT citechbd DOT com> |
NNTP-Posting-Host: | 62.136.90.205 |
Mime-Version: | 1.0 |
X-Trace: | newsg2.svr.pol.co.uk 1039535538 28832 62.136.90.205 (10 Dec 2002 15:52:18 GMT) |
NNTP-Posting-Date: | 10 Dec 2002 15:52:18 GMT |
X-Complaints-To: | abuse AT theplanet DOT net |
X-Mailer: | Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) |
X-Accept-Language: | de,fr |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Hello. Amin wrote: > You could also use "#include <iostream.h> instead of "#include > <iostream>. "#include <iostream>" is the standard (as in the ISO C++ Standard) way of including the iostream header. If you're writing new code, it's probably better to write it in a standard-conformant manner. Regards, -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |