ich habe gerade anjuta 2.2.0 compiliert und installiert und wollte ein projekt von mit testen.
ich benutze dort die iostreamfunktion cout zu testzwecken und habe die headerdatei so includiert
Code: Alles auswählen
#include <iostream.h>
Code: Alles auswählen
In file included from /usr/include/c++/4.1.3/backward/iostream.h:31,
from test.cpp:27:
/usr/include/c++/4.1.3/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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
jetzt verabschiedet sich g++ mit
http://nopaste.debianforum.de/6603
wenn ich #include <iostream> benutze kennt der compiler die funktion cout nicht
hier der code test.cpp
http://nopaste.debianforum.de/6602
bin ein bisschen verwirrt, hat jemand eine idee wieso das nicht funktioniert?
mfg