danilopenin
(usa RedHat)
Enviado em 23/06/2008 - 14:15h
Galera, estou começando a programar em C++ agora, e quando eu vou compilar um programa sempre mostra a seguinte mensagem:
In file included from /usr/include/c++/3.2.2/backward/iostream.h:31,
from teste.cpp:1:
/usr/include/c++/3.2.2/backward/backward_warning.h:32:2: warning: #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.
Gostaria de saber o por quê e como resolver esse problema?
Estou no Red Hat 9 e para compilar executo o seguinte comando:
g++ nome_programa.cpp -o nome_progrma
Valeu!!!