Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming ********.
It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. It can creates native Win32 executables,
either console or GUI, as well as DLLs and static libraries. Dev-C++ can also be used in combination with Cygwin
or any other GCC ****d compiler.
Dev-C++ is a Free Software distributed under the terms of the GNU General Public License (GPL)
Dev-C++ features are :
- Support GCC ****d compilers (Mingw included)
- Integrated debugging (with GDB)
- Support for multiple ********s (localization)
- Cl*** Browser
- Debug variable Browser
- Code Completion
- Function Listing
- Project Manager
- Customizable syntax highlighting editor
- Quickly create Windows, console, static libraries and DLL
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support
- Find and replace facilities
- Package manager, for easy installation of add-on libr aries
Available for users only