-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6bdf3c
commit 4111193
Showing
1 changed file
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,43 @@ | ||
# Dev-Cpp | ||
# Embarcadero Dev-C++ | ||
A fast, portable, simple, and free C/C++ IDE | ||
|
||
Embarcadero Dev-C++ is a new and improved fork (sponsored by Embarcadero) of Bloodshed Dev-C++ and Orwell Dev-C++. It is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Embarcadero Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler. Embarcadero Dev-C++ is built in the latest version of Embarcadero Delphi. | ||
|
||
Download the latest release: | ||
https://github.com/Embarcadero/Dev-Cpp/releases | ||
|
||
Main Features include: | ||
|
||
- TDM-GCC 4.9.2 32/64bit | ||
- Support GCC-based compilers | ||
- Integrated debugging (using GDB) | ||
- GPROF profiling | ||
- Project Manager | ||
- Customizable syntax highlighting editor | ||
- Class Browser | ||
- Code Completion | ||
- Code Insight | ||
- Function listing | ||
- AStyle code formatting support | ||
- GPROF Profiling support | ||
- 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 | ||
- Devpak IDE extensions | ||
- Print support | ||
- Find and replace facilities | ||
- CVS support | ||
|
||
Supported Operating System: | ||
|
||
- Windows 10 | ||
|
||
Find out more about the original developers of Bloodshed Dev-C++: | ||
|
||
https://www.bloodshed.net/devcpp.html | ||
|
||
Find out more information about Embarcadero Delphi: | ||
|
||
https://www.embarcadero.com/products/delphi |