1. ホーム
  2. スクリプト・コラム
  3. その他

[解決済み】「g++」が内部コマンド、外部コマンド、操作可能なプログラム、バッチファイルとして認識されない。

2022-01-09 11:11:54

質問

コードは次のとおりです。

#include<iostream>
using namespace std;
int main()
{
    cout<<"hi"<<endl;   
    return 0;
}

でも、エラーが出ました。

error- 'g++' is not recognized as an internal or external command, operable program or batch file. [Finished in 0.0s]

解決方法は?

を設定してみてください。 g++ をシステムパスに設定してください。

参照することができます。 http://stephencoakley.com/2015/01/21/guide-setting-up-a-simple-c-development-environment-on-windows