hi...
is mein erster post hier... hab da nen prob... hab von nem kumpel nen c++ geschenkt bekommen... dann hab ich mir den dev-c++ compiler/editor runtergeladen... den installiert, aber jetzt nimmt der das programm nett so an wie es in dem buch steht:
da bekomm ich dann 3 fehler:
31 C:\Dev-Cpp\include\c++\backward\iostream.h
In file included from C:/appz/c++/Dev-Cpp/include/c++/backward/iostream.h
1 C:\Dev-Cpp\helloworld.cpp
from C:/Dev-Cpp/helloworld.cpp
2 C:\Dev-Cpp\include\c++\backward\backward_warning.h:32
#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.
damit kann ich aber absolut nichts anfangen... ich hoffe mal das einer von euch so freundlich is und mir dabei hilft...
danke schonmal
is mein erster post hier... hab da nen prob... hab von nem kumpel nen c++ geschenkt bekommen... dann hab ich mir den dev-c++ compiler/editor runtergeladen... den installiert, aber jetzt nimmt der das programm nett so an wie es in dem buch steht:
Code:
#include <iostream.h>
int main()
{
cout << "Hello World!\n";
return 0;
}
da bekomm ich dann 3 fehler:
31 C:\Dev-Cpp\include\c++\backward\iostream.h
In file included from C:/appz/c++/Dev-Cpp/include/c++/backward/iostream.h
1 C:\Dev-Cpp\helloworld.cpp
from C:/Dev-Cpp/helloworld.cpp
2 C:\Dev-Cpp\include\c++\backward\backward_warning.h:32
#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.
damit kann ich aber absolut nichts anfangen... ich hoffe mal das einer von euch so freundlich is und mir dabei hilft...
danke schonmal