C++ code doesn't work in geany

1.7k views Asked by At

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??

1

There are 1 answers

2
Berke Cagkan Toptas On BEST ANSWER

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)