Mail Archives: djgpp/2002/08/14/05:30:07
Daniel L <dlokshta AT c2i DOT net> wrote:
> I've been using DJGPP for some time when it suddently began crashing, so I
> reinstalled the whole thing, but now it tells me that my iostream.h is
> deprecated or antiquated and refuses to compile, whatever I do .
1) It's not "your" iostream.h --- you neither own it, nor did you make it.
2) It's not the file iostream.h that's deprecated, but the fact that your
C++ source is trying to use it --- <iostream.h> has been discontinued
by the ANSI/ISO C++ Standard. You're supposed to use <iostream> and
explicitly state the namespace you're in. I.e. your code is deprecated,
not iostream.h as such.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -