Hallo
wollte mir eigentlich C++ ein wenig anschauen mit Visual Studio.
Ich habe mir jetzt mehrer Tutorials angesehen aber in allen steht was von
Delphi-Quellcode:
#include <iostream.h>
oder
cout << "Hello World";
Wenn ich das aber in Visual Studio eintippe will das alles nicht funktionieren.
Ich habe jetzt das gefunden was funktioniert :
Delphi-Quellcode:
#include "iostream" using namespace std;
printf("Hello World");
Was ist jetzt da der unterschied ? Bei beidem steht ja C++ ?
MfG