Devo per via di forza imparare a programmare in c++ ed uso come compilatore il devc++,la versione più aggiornata.
Ho appena scritto due righe che sono le seguenti e mi da questo warming:
#include<iostream.h>
main
{
cout <<"ciao";
return 0;
}
e quando compilo ottengo:
#ifndef _BACKWARD_BACKWARD_WARNING_H
#define _BACKWARD_BACKWARD_WARNING_H 1
#ifdef __DEPRECATED
#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.
#endif
#endif
prego qualcuno se mi può dire cosa e come devo fare per togliere questo warning