在cmd中运行程序时出现问题

时间:2017-10-25 07:40:56

标签: c++ windows cmd

我使用Notepad ++在C ++中创建一个程序,然后我尝试使用cmd

g++ -o gt struct1.cpp中编译它

但是,cmd显示了这句话:

  

'克++'不被识别为内部或外部命令,可操作程序或批处理文件。

我该怎么做才能编译并运行程序?

1 个答案:

答案 0 :(得分:-4)

如果您正在运行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