Hi all, ich benutze den Kompiler Dev-C++ und das geht i-wie nicht^^...

Und zwar habe ich den ersten Text genommen:

#include <iostream.h>

int main ()
{
cout << "Hello World!\n";
return 0;
}

Und auf "Neu" bei Objekt, un dann müsste ich doch eig. auf Kompilieren + Ausführen oder??? Aber dann passiert nix... ...

1 C:\Dev-Cpp\include\c++\3.3.1\backward\iostream.h:31, from C:\Dev-Cpp\fccc.cpp In file included from C:/Dev-Cpp/include/c++/3.3.1/backward/iostream.h:31, from C:/Dev-Cpp/fccc.cpp


1 C:\Dev-Cpp\fccc.cpp from C:/Dev-Cpp/fccc.cpp

2 C:\Dev-Cpp\include\c++\3.3.1\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.

das zeigt er mir an... kann mir jemand helfen????

Mfg