I make a program in C++ using Notepad++, and then I'm trying to compile it in cmd
using g++ -o gt struct1.cpp
But, there's this sentence shown in cmd
:
'g++' is not recognized as an internal or external command, operable program or batch file.
What must I do so I can compile and run the program?