ich habe ein Problem mit dem Dev-C++ 4.9.9.0 Compiler. Ich bin neu im Gebiet C++ und habe versucht jetzt mit ganz einfachen "Scripts" anzufangen. Wenn ich diesen sehr einfachen Script...:
#include <iostream.h>
int main()
{
cout << "Hallo Welt!";
return 0;
}
...kompilieren + ausführen will, gibt mir Dev-C++ immer diese 3 Fehlermeldungen:
Zeile: 1
Datei: D:\Programme\Dev-Cpp\include\c++\3.3.1\backward\iostream.h:31, from main.cpp
Meldung: In file included from D:/Programme/Dev-Cpp/include/c++/3.3.1/backward/iostream.h:31, from main.cpp
Zeile: 1
Datei: D:\Programme\Dev-Cpp\main.cpp
Meldung: from main.cpp
Zeile: 2
Datei: D:\Programme\Dev-Cpp\include\c++\3.3.1\backward\backward_warning.h:32
Meldung: #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.
Ich hoffe, ihr könnt mir helfen!
MFG B.

Hilfe
Neues Thema
Antworten

Nach oben


