Dev-C++
| Dev-C++ | |
|---|---|
Dev-C++ showing its updated UI and new variable browsing options | |
| Original author | Colin Laplace (Bloodshed Software) 1998-2005 |
| Developer | Johan Mes (Orwell) 2011-2020, Embarcadero since 2020 |
| Initial release | 1998 |
| Stable release | 6.3
/ January 30, 2021 |
| Written in | Delphi |
| Operating system | Microsoft Windows |
| Type | Integrated development environment |
| License | GPL-2.0-or-later |
| Website | |
| Repository | |
Dev-C++ is a free full-featured integrated development environment (IDE) distributed under the GNU General Public License for programming in C and C++. It was originally developed by Colin Laplace and was first released in 1998. It is written in Delphi.
It is bundled with, and uses, the MinGW or TDM-GCC 64bit port of the GCC as its compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC-based compiler.