delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Can't delete executables made by DJGPP |
Date: | 17 Nov 2003 12:25:04 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 21 |
Message-ID: | <bpaen0$ngn$2@nets3.rz.RWTH-Aachen.DE> |
References: | <a8587dd9 DOT 0311161132 DOT 2fbb6c5e AT posting DOT google DOT com> <9787-Sun16Nov2003225129+0200-eliz AT elta DOT co DOT il> <a8587dd9 DOT 0311162207 DOT 510be1fb AT posting DOT google DOT com> |
NNTP-Posting-Host: | ac3b07.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 1069071904 24087 137.226.33.205 (17 Nov 2003 12:25:04 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 17 Nov 2003 12:25:04 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Chris Mantoulidis <cmad_x AT yahoo DOT com> wrote: > hmm... i get another warning, and i still get it (i forgot to say > about it above): "this file includes at least one deprecated or > antiqued header. Please consider using one the 32 headers found in the > section 17.4.1.2 section of the C++ standard. Examples include > substituting the <X> header for the <X.h> header for C++ includes, or > <stream> instead of the deprecated header <strstream.h>. To disable > this warning use ...." (some arguments) > y does the above mean? only header i used was <iostream.h>............ If you had done as the message says, you'ld have found out what exactly is wrong about using <iostream.h>. In a nutshell, that header doesn't officially exist any more. This almost certainly means that whatever textbook you're learning C++ from is out of date by roughly 5 years, which in this industry is equivalent to an eternity. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |