Hallo,
ich bin heute angfangen mit C++, aber nach 30 min stehe ich schon vor einem Problem
Ich benutze Dev C++
Wenn ich diesen Code Kompeliere
bekomme ich folgende Fehlermeldung
32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #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.
kann mir da jemand weiter helfen ?
ich bin heute angfangen mit C++, aber nach 30 min stehe ich schon vor einem Problem
Ich benutze Dev C++
Wenn ich diesen Code Kompeliere
#include <iostream.h>
int main()
{
cout << "Hello World!\n";
return 0;
}
bekomme ich folgende Fehlermeldung
32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #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.
kann mir da jemand weiter helfen ?