k habe nun Dev-C++ 4.9.8.0 drauf. nun habe ich alles soweit, das nur noch die fehlermeldung kommt
code :Zitat:
C:/MinGW/bin/hello.cpp: In function `int main()':
C:/MinGW/bin/hello.cpp:6: `cout' undeclared (first use this function)
C:/MinGW/bin/hello.cpp:6: (Each undeclared identifier is reported only once for
each function it appears in.)
was ist da nun falsch :) lolZitat:
#include <iostream>
int main()
{
cout << "hi" ;
return 0;
}
habe edit gemacht!