. Advertisement .
..3..
. Advertisement .
..4..
Hi guys,
Today when I am running my program, I get the ”’g++’ is not recognized as an internal or external command, operable program or batch file.” error.
error- 'g++' is not recognized as an internal or external command, operable program or batch file. [Finished in 0.0s]
I’m very worrried because I don’t have any experience about this issue. Can someone tell me why this error happens and the way to solve it?
Many thanks!
The cause: I think this error occurs because
g++
haven’t been installed correctly.Solution: The best way to solve the issue is setting
g++
to your system path.