I'm trying geany to run my c++ program but it doesn't work. An error saying "g++ is not recognized an internal or external command, operable program or batch file" comes when built. What i have missed??
Probably you don't have g++ installed on your computer. Open Terminal and write : sudo apt-get install g++
(assuming you are working on linux)