Dev-C++ is a free integrated development environment (IDE) distributed under the GNU General Public License for programming in C and C++. It is bundled with MinGW, a free compiler. The IDE is written in Delphi.
The project is hosted by SourceForge. Dev-C++ was originally developed by programmer Colin Laplace. Dev-C++ runs exclusively on Microsoft Windows.
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C and C++ programming languages. It uses the MinGW port of the GCC (GNU Compiler Collection) as its compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC-based compiler.
One additional aspect of Dev-C++ is its use of DevPaks, packaged extensions on the programming environment with additional libraries, templates, and utilities. DevPaks often contain, but are not limited to, GUI utilities, including popular toolkits such as GTK+, wxWidgets, and FLTK. Other DevPaks include libraries for more advanced function use.
Dev-C++ is generally considered a Windows-only program. There is also a Linux version available, but it is in alpha and has not been updated since July 2002.
Feature list
Support GCC-based compilers
Integrated debugging (using GDB)
Support for multiple languages (localization)
Class Browser
Code Completion
Debug variable Browser
Project Manager
Customizable syntax highlighting editor
Quickly create Windows, console, static libraries and DLLs
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 libraries
CVS Support
To-Do List
CPU Window
Requirements
Windows 95 or higher.
32 MB of RAM.
The executables compiled by Dev-C++ will need MSVCRT.DLL (comes with Windows 95 OSR 2 or higher).