[Nottingham] c++ header files

Johannes Kling nottingham at mailman.lug.org.uk
Thu Aug 28 14:02:00 2003


Hello,

> " This file contains one deprecated or antiquated header, Please
> consider using one of the 32 headers found in Section 17.4.1.2 of
> the c++ standard."

IIRC, when C++ finally got standardised, all the header names they had
decided upon had their .h stripped. Try changing the lines to:

#include <iostream>

and their equivalents and see if that fixes things.

(This is a guess ... I haven't seen the error before myself)

Regards,
  Johannes Kling