On Sun, 9 Feb 2003, Sankha Subhra Som wrote:
#include<iostream.h>
[snip]
When i try to compile it, i get the following warning
This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for
^^^^^^^^^^^^^^^^^^^^^^^^^^^
the <X.h> header for C++ includes, or <sstream> instead of the
^^^^^^^^^^^^^^^^
deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
You know what bugs me here? That people have started using this list as a cheap means of reading self explanatory error messages. The above error message is short and easy to understand. Did you even read it before posting to this list?
Philip