CS Electrical And Electronics
@cselectricalandelectronics

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.

All QuestionsCategory: Cpp Languageg++ : 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.
Anonymous asked 3 years ago

PS C:\Users\HP\AppData\Local\Temp> cd “f:\L & T\Cpp\” ; 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:32
+ cd “f:\L & T\Cpp\” ; if ($?) { g++ Untitled-1.cpp -o Untitled-1 } ; i …
+ ~~~
+ CategoryInfo : ObjectNotFound: (g++:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException