我可以编译C代码使用MinGW的没有问题,但由于某种原因,我不能编译C ++。 我已经尝试过其他的编译器,天鹅和Cygwin。 我使用JGrasp。 这里的错误饲料:
----jGRASP wedge2 error: command "g++" not found.
---- This command must be in the current working directory
---- or on the current PATH to use this function.
---- PATH is ";C:\Program Files\Common Files\Microsoft Shared\Windows Live;
C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live
C:\windows\system32;
C:\windows;C:\windows\System32\Wbem;
C:\windows\System32\WindowsPowerShell\v1.0\;
C:\Program Files (x86)\Windows Live\Shared;
C:\mingw\bin;
C:\cygnus\cygwin-b20\H-i586-cygwin32\bin;
C:\cygwin\bin;".
----jGRASP: operation complete.