Hallo!
Wie schon oben steht benötige ich Hilfe bei g++
mein download: http://sourceforge.net/projects/mingw/
Installation funktioniert
mein Problem ist wenn ich eine Datei über die Konsole öffnen möchte steht immer:
Programm kann nicht gestartet werden : libgmp-3.dll fehlt?
benutze Windows 7
finde jetzt auch nix brauchbares im Netz was ich verstehe da ich noch Anfänger bin..
Habe das Programm nochmals installiert und der oben genante Fehler ist nicht mehr da.
Aber
jetzt kommt wenn ich eine Datei in der Konsole ausführen möchte:
ich gebe den Pfad ein > g++ HalloWelt.cpp
In file included from c:\...\...\..\....
/bits/postypes.h:42:0,
from c:\...\...\..\....
iosfwd:42,
from c:\...\...\..\....
ios:39,
from c:\...\...\..\....
ostream:40,
from c:\...\...\..\....
iostream:40,
from HalloWelt.cpp:3:
c:\...\...\..\.... fatal error: wchar.h: No such file or directory
compilation terminated.
die HalloWelt.cpp sieht so aus:
#include <iostream>
using namespace std;
int main()
{
cout << "Hallo Welt!" << endl;
return 0;
}
Pr_ogs (107) |