Voici mon pb: qd je compile un fichier . h de cette manière :

g++ -c liste_tem.h

j'obtiens les commentaires suivants:

Dans le fichier inclus à partir de /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward/iostream.h:31,
à partir de liste_item.h:1:
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward/backward_warning.h:32:2: attention : #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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.


qu'est ce que ça signifie et comment pourrai-je l'eviter?