Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Dev-C++

From Wikipedia, the free encyclopedia
Free C++ development environment
This articlemay rely excessively on sourcestoo closely associated with the subject, potentially preventing the article from beingverifiable andneutral. Please helpimprove it by replacing them with more appropriatecitations toreliable, independent sources.(October 2017) (Learn how and when to remove this message)
Dev-C++
Dev-C++ showing its updated UI and new variable browsing options
Original authorColin Laplace (Bloodshed Software) 1998-2005
DeveloperJohan Mes (Orwell) 2011-2020,Embarcadero since 2020
Initial release1998; 27 years ago (1998)
Stable release
6.3[1] / January 30, 2021; 4 years ago (2021-01-30)
Repository
Written inDelphi
Operating systemMicrosoft Windows
TypeIntegrated development environment
LicenseGPL-2.0-or-later
Website

Dev-C++ is afree full-featuredintegrated development environment (IDE) distributed under theGNU General Public License for programming inC andC++. It was originally developed by Colin Laplace and was first released in 1998. It is written inDelphi.

It is bundled with, and uses, theMinGW orTDM-GCC 64bit port of theGCC as itscompiler. Dev-C++ can also be used in combination withCygwin or any otherGCC-based compiler.[2]

DevPaks

[edit]

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 asGTK+,wxWidgets, andFLTK. 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

[edit]

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 the development of Dev-C++.[3]

There are three forks of Dev-C++ since then: wxDev-C++, theOrwell version, and theEmbarcadero-maintained fork version.

wxDev-C++ version

[edit]

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 forwxWidgets applications.[4]

Orwell version

[edit]

On June 30, 2011 an unofficial version 4.9.9.3 of Dev-C++ was released by Orwell (Johan Mes), an independent programmer,[5] 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 the beta stage, version 5.0 was released.[6] This version also has its own separateSourceForge[7] page since version 5.0.0.5, because the old developer is not responding to combining requests. In July 2014, Orwell Dev-C++ 5.7.1 was released featuring the then-recentGCC 4.8.1 which supportsC++11. 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".[8]

Embarcadero version

[edit]

On July 1, 2020 a new fork version 5.50 of Dev-C++ was sponsored and released byEmbarcadero 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 withC++11 and partialC++20 support, new high DPI support, UTF8 file support, upgraded icons, dark theme, and additional changes.[9]

Notable uses

[edit]

On May 4, 2015, the Singaporean Prime MinisterLee Hsien Loong posted his Sudoku solver program in C++ on Facebook. In his screenshot, he's usingMicrosoft Windows and Dev-C++ as his IDE.[10]

It is often recommended for beginners learning C or C++,[11][12][13][14][15][16] and is available onWine.[17] It is compared withTurbo C++[18] or other IDEs.[19]

See also

[edit]

References

[edit]
  1. ^Embarcadero Dev-C++ Releases
  2. ^"Bloodshed Software - Providing Free Software to the internet community".bloodshed.net. Archived fromthe original on 29 December 2017. Retrieved8 September 2015.
  3. ^"Dev-C++".sourceforge.net. Retrieved8 September 2015.
  4. ^"WxDev-C++ Developers | wxDev-C++". 25 July 2012.
  5. ^Orwell (30 June 2011)."Dev-C++ Blog".orwelldevcpp.blogspot.com. Retrieved8 September 2015.
  6. ^Orwell (28 April 2012)."Dev-C++ Blog".orwelldevcpp.blogspot.com. Retrieved8 September 2015.
  7. ^orwelldevcpp."Dev-C++".SourceForge. Retrieved8 September 2015.
  8. ^"Orwell Dev-C++".sourceforge.net. Retrieved14 July 2020.
  9. ^Embarcadero."Embarcadero Dev-C++".GitHub. Retrieved12 October 2020.
  10. ^"Prime Minister of Singapore shares his C++ code for Sudoku solver".Ars Technica. 4 May 2015. Retrieved8 September 2015.
  11. ^"Using Bloodshed Dev-C++ for OpenGL Programming".
  12. ^"How to install Dev-C++ and GLUT".
  13. ^http://www.brooklyn.cuny.edu/web/aca_naturalsciences_cis/STARTDev.pdf[bare URL PDF]
  14. ^https://en.wikibooks.org/wiki/Programming_Fundamentals/Integrated_Development_Environment/Dev-C%2B%2B[bare URL]
  15. ^"Downloading, Installing, and Using Dev C++".
  16. ^"Your First Program in C".
  17. ^"WineHQ - Dev-C++ 5.x".
  18. ^"Difference between Turbo C++ and Dev C++". 22 August 2020.
  19. ^"Pros and cons: Dev C++ vs. CodeBlocks vs. Others". 16 January 2017.
C,C++
Open source
Freeware
Retail
Discontinued
Java
Open source
Freeware
Retail
Discontinued
JavaScript
Open source
CLI (.NET)
Open source
Freeware
Retail
Discontinued
Flash
PHP
Open source
Proprietary
R
Python
Open source
Proprietary
Pascal,
Object Pascal
Open source
Freeware
Retail
Discontinued
BASIC
Open source
Freeware
Retail
Discontinued
Go
Open source
Freeware
Retail
Eiffel
Haxe
POP-11
Online
Retrieved from "https://en.wikipedia.org/w/index.php?title=Dev-C%2B%2B&oldid=1305729956"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp