You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
0 commit comments