在cmd中运行程序时出现问题[关闭]
Posted
技术标签:
【中文标题】在cmd中运行程序时出现问题[关闭]【英文标题】:problems when running program in cmd [closed] 【发布时间】:2017-10-25 07:40:56 【问题描述】:我使用 Notepad++ 在 C++ 中编写了一个程序,然后我尝试使用 g++ -o gt struct1.cpp
在 cmd
中编译它
但是,cmd
中显示了这句话:
'g++' 不是内部或外部命令、可运行程序或批处理文件。
我必须做什么才能编译和运行程序?
【问题讨论】:
你可能需要这个:mingw.org/wiki/Getting_Started 但这个问题太宽泛了,不能在这里问。 "我正在运行它" 从您编写的命令中 - 您没有运行它,您正在尝试编译它。 "g++' 不是内部或外部命令、可运行程序或批处理文件。" 你是否安装了 g++? 您需要安装和设置编译器。您可以安装 Visual Studio,将路径添加到系统路径或使用 Ubuntu Bash for Windows 10 进行第一步。在那里你必须做同样的事情,但我认为使用包管理器更容易:howtogeek.com/249966/… 'g++' is not recognized as an internal or external command, operable program or batch file的可能重复 【参考方案1】:如果您正在运行 Windows,请使用此功能:
g++ -o program program.cpp
你可以检查这个问题 Run C++ in command prompt - Windows
windows 10 "'g++' 不被识别为内部或外部命令
你可以检查一下
'g++' is not recognized as an internal or external command, operable program or batch file
【讨论】:
我已经用过了,但还是不行 @k.k 你把g++
设置成你的系统路径了吗?
我不知道这是我第一次在这台笔记本电脑上运行
您需要在您的笔记本电脑上安装g++
啊啊……就这样……以上是关于在cmd中运行程序时出现问题[关闭]的主要内容,如果未能解决你的问题,请参考以下文章
当我关闭 Onboarding 并第二次运行应用程序时出现 AppDelegate 问题
安装Visual Studio 语言包时出现windows 程序兼容模式已打开.请将其关闭
安装应用程序 E 时出现 ubuntu 错误:dpkg 被中断,您必须手动运行 'sudo dpkg --configure -a' 来纠正问题 [关闭]