我安装了git-cmd.bat
命令提示符,所以我可以做 RoR。我忘了我是从哪里弄到这个的。无论如何,git-cmd.bat
已经安装了 g++ 或其他东西(我不知道为什么并且很想学习!)。
对于课堂,我需要确保我的项目在视觉工作室和 g++ 上运行。我喜欢用崇高的方式编写我的程序,然后转移到 ide 进行测试,然后再转移回去并修复代码。这变得非常乏味,并且g++ -o asdf *.cpp
每次都编写并不理想。
当我ctrl+b
在崇高的时候,它给了我这个错误:
[Error 2] The system cannot find the file specified
[cmd: [u'g++', u'C:\\Users\Desktop\\Project 2\\main.cpp', u'-o', u'C:\\Users\\\Desktop\\Project 2/main']]
[dir: C:\Users\s\Desktop\Project 2]
[path: C:\windos\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Lenovo\Bluetooth Software\;C:\Program Files\Lenovo\Bluetooth Software\syswow64;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\MATLAB\R2013a\runtime\win64;C:\Program Files\MATLAB\R2013a\bin;C:\Ruby193\bin]
[Finished]
我认为 g++ 已经安装,因为我可以在我的 git 命令提示符下运行 g++,所以它应该已经在路径中。谁能帮帮我?
谢谢!