Dev-C
   HOME

TheInfoList



OR:

Dev-C++ is a
free Free may refer to: Concept * Freedom, having the ability to do something, without having to obey anyone/anything * Freethought, a position that beliefs should be formed only on the basis of logic, reason, and empiricism * Emancipate, to procur ...
full-featured integrated development environment (IDE) distributed under the
GNU General Public License The GNU General Public License (GNU GPL or simply GPL) is a series of widely used free software licenses that guarantee end user In product development, an end user (sometimes end-user) is a person who ultimately uses or is intended to ulti ...
for programming in C and C++. It was originally developed by Colin Laplace and 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 In computing, a compiler is a computer program that translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primarily used for programs that ...
. Dev-C++ can also be used in combination with Cygwin or any other GCC-based compiler.


DevPaks

An 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. Users of Dev-C++ can download additional libraries, or packages of code that increase the scope and functionality of Dev-C++, such as graphics, compression, animation, sound support and many more. Users can create DevPaks and host them for free on the site. Also, they are not limited to use with Dev-C++ - the site says "A typical devpak will work with any MinGW distribution (with any IDE for MinGW)".


Development status

From February 22, 2005 the project was not noticeably active, with no news posted nor any updated versions released. In a 2006 forum post, lead developer Colin Laplace stated that he was busy with real-life issues and did not have time to continue development of Dev-C++. In a 2020 forum post, Orwell lead developer Johan Mes stated that he "will probably still not have any time to work on this project". There are three forks of Dev-C++ since then: wxDev-C++, the ''Orwell'' version, and the Embarcadero-maintained fork version.


wxDev-C++ version

wxDev-C++ is a development team that has taken Dev-C++ and added new features such as support for multiple compilers and a RAD designer for wxWidgets applications.


Orwell version

On June 30, 2011 an unofficial version 4.9.9.3 of Dev-C++ was released by Orwell (Johan Mes), an independent programmer, featuring the more recent GCC 4.5.2 compiler, Windows' SDK resources (Win32 and D3D), numerous bugfixes, and improved stability. On August 27, after five years of officially being in a beta stage, version 5.0 was released. This version also has its own separate SourceForge page since version 5.0.0.5, because the old developer isn't responding to combining requests. In July 2014, Orwell Dev-C++ 5.7.1 was released featuring the then recent GCC 4.8.1 which supports C++11.


Embarcadero version

On July 1, 2020 a new fork version 5.50 of Dev-C++ was sponsored and released by Embarcadero featuring a code upgrade to Delphi 10.4. On October 12, 2020 a new fork version 6.0 of Dev-C++ was sponsored and released by Embarcadero with a more recent GCC 9.2.0 compiler with C++11 and partial C++20 support, new high DPI support, UTF8 file support, upgraded icons, dark theme, and additional changes.


Notable uses

On May 4, 2015, The Singapore Prime Minister Lee Hsien Loong posted his Sudoku solver program in C++ on Facebook. In his screen shot, he's using
Microsoft Windows Windows is a group of several Proprietary software, proprietary graphical user interface, graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, W ...
and Dev-C++ as his IDE. It is often recommended for beginners learning C or C++, and is available on Wine. It is compared with Turbo C++ or other IDEs.


See also

* Code::Blocks * CodeLite * TheIDE * Comparison of integrated development environments


References


External links

* * *
Embarcado Dev-C++ page
*
wxDev-C++
{{Integrated development environments C++ software Concurrent Versions System Free integrated development environments Free software programmed in Delphi Linux integrated development environments Software using the GPL license Windows-only free software Pascal (programming language) software