Skip to content

Commit 4111193

Browse files
authored
Update README.md
1 parent c6bdf3c commit 4111193

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
1-
# Dev-Cpp
1+
# Embarcadero Dev-C++
22
A fast, portable, simple, and free C/C++ IDE
3+
4+
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.
5+
6+
Download the latest release:
7+
https://github.com/Embarcadero/Dev-Cpp/releases
8+
9+
Main Features include:
10+
11+
- TDM-GCC 4.9.2 32/64bit
12+
- Support GCC-based compilers
13+
- Integrated debugging (using GDB)
14+
- GPROF profiling
15+
- Project Manager
16+
- Customizable syntax highlighting editor
17+
- Class Browser
18+
- Code Completion
19+
- Code Insight
20+
- Function listing
21+
- AStyle code formatting support
22+
- GPROF Profiling support
23+
- Quickly create Windows, console, static libraries and DLLs
24+
- Support of templates for creating your own project types
25+
- Makefile creation
26+
- Edit and compile Resource files
27+
- Tool Manager
28+
- Devpak IDE extensions
29+
- Print support
30+
- Find and replace facilities
31+
- CVS support
32+
33+
Supported Operating System:
34+
35+
- Windows 10
36+
37+
Find out more about the original developers of Bloodshed Dev-C++:
38+
39+
https://www.bloodshed.net/devcpp.html
40+
41+
Find out more information about Embarcadero Delphi:
42+
43+
https://www.embarcadero.com/products/delphi

0 commit comments

Comments
 (0)