Geany IDE

  • 0
I was looking for an IDE to play with some C++. As you do. And while looking for one thats in the ubuntu repositories I came across Geany.


Reminds me a little of devC++ on windows. Comes with templates for html, php, ruby, pascal, java, D, C and C++. Its lightweight and fast. Doesn't take long to load. Not much to setup for C++. I just installed G++ and I was off. Code completion in some languages. However there inst one (yet) for C++. You can run it on every OS that supports GTK+.

If you want to install it on ubuntu:
sudo apt-get install geany

If you want complie C++ install G++:
sudo apt-get install G++

You can find other builds from Geany.uvena.de

No comments:

Post a Comment