Visual Studio Code ขึ้นแบบนี้หมายความว่ายังไงคะ ?

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS E:\compro\c++\pachari\lab9-2561-2-kimsekai> cd "e:\compro\c++\pachari\lab9-2561-2-kimsekai\" ; if ($?) { g++ Untitled-1.cpp -o Untitled-1 } ; if ($?) { .\Untitled-1 }
g++ : The term 'g++' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:62
+ ... "e:\compro\c++\pachari\lab9-2561-2-kimsekai\" ; if ($?) { g++ Untitle ...
+                                                               ~~~
    + CategoryInfo         : ObjectNotFound: (g++:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS E:\compro\c++\pachari\lab9-2561-2-kimsekai>
คำตอบที่ได้รับเลือกจากเจ้าของกระทู้
ความคิดเห็นที่ 1
path ของ MinGW ไม่ถูกต้อง

ไปตั้งค่า path ให้ถุกต้องนะ >> คลิก
แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่