So, extra hier schnell mal regestriert :P
Hab noch einen Tipp^^
Hab mir deinen Sorce angesehen:
Code:
#include <iostream>
using namespace std;
int main (void)
{
cout << "Hallo Welt!" << endl;
return 0;
}
und würd sagen du probierst es mal so:
Code:
#include <iostream.h>
using namespace std;
int main (void)
{
cout << "Hallo Welt!" << endl;
return 0;
}
mit einem ".h" nach dem iostream^^
greetz