c++ - Jgrasp C++ 编译问题

标签 c++ jgrasp

当我尝试使用 jgrasp 在 C++ 中编译一个简单的源代码时,我得到了这个

----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 (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\QuickTime\QTSystem\". ----jGRASP: operation complete.

有人知道怎么解决吗? 我正在使用 Windows 8

最佳答案

您的机器上没有安装 C++ 编译器,或者您安装了 C++ 编译器但尚未将其添加到您的 PATH。

关于c++ - Jgrasp C++ 编译问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14226148/

相关文章:

c++ - Eclipse 卡住长文件中的打开声明

c++ - 在 C++ 中乘以大数 - 代码有错误吗?如何改进?

java - 部分代码未运行

c++ - 具有非常小块的持久映射缓冲区 (glBufferStorage GL_MAP_PERSISTENT_BIT)

c++ - 使用 calloc 分配内存时出错(释放堆 block XXX 在释放后在 YYY 修改)

c++ - C++ 中的赋值运算符重载

java - 无法从按钮打开其他框架

java - 更改 jvm 堆大小 - jgrasp

java - 将字符串解析为整数

autocomplete - jGRASP 中的 Java 自动完成