Geany C/C++ IDE for Windows/Mac/Linux /Ubuntu
Geany C/C++ IDE
Geany is a small and lightweight Integrated Development Environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME - Geany only requires the GTK2 runtime libraries.
Geany C/C++ basic features:
- Syntax highlighting
- Code folding
- Symbol name auto-completion
- Construct completion/snippets
- Auto-closing of XML and HTML tags
- Call tips
- Many supported filetypes including C, Java, PHP, HTML, Python, Perl, Pascal (full list)
- Symbol lists
- Code navigation
- Build system to compile and execute your code
- Simple project management
- Plugin interface (see Plugins)
Geany is known to run under Linux, FreeBSD, NetBSD, OpenBSD, MacOS X, AIX v5.3, Solaris Express and Windows. More generally, it should run on every platform, which is supported by the GTK libraries. Only the Windows port of Geany is missing some features.
The code is licensed under the terms of the GNU General Public Licence.
Geany C/C++ IDE Home and Downloads:
Read More Articles
- Simple Merge Sort Program in C++
- Scope Resolution Operator In C++
- Simple Program for Virtual Functions Using C++ Programming
- Simple Class Example Program For Find Prime Number In C++
- Simple Example Program For Parameterized Constructor In C++
- Simple Program for Single Inheritance Using C++ Programming
- Define Constructor in Outside Class Example Program In C++
- Simple Program for Function Overloading Using C++ Programming
- Simple Example Program For Copy Constructor In C++
- Simple Program for Inline Function without Class Using C++ Programming
- Simple Stack Program in C++ Programming
- Simple Example Program For Constructor Overloading In C++
- Simple Example Program for Inline Function Using C++ Programming
- Simple Addition ( Add Two Integers ) Example Program
- Factorial Using Loop Example Program In C++
- Factorial Using Function Example Program In C++
- Simple Program for Read user Input Using cin
- Simple Example Program For Constructor In C++
- Simple Program for Multiple Inheritance Using C++ Programming
- Simple Program for Virtual Base Class Using C++ Programming
- Simple Program for Friend Function Using C++ Programming
- Simple Program for Function Template Using C++ Programming
- Simple Program for Static Data and Member Function Using C++ Programming
- Simple Program for Exception Handling Divide by zero Using C++ Programming
- Simple Copy Constructor Example Program For Find Factorial In C++
