Provides a full IDE for C/C++ programming language based on the MinGW port of GCC (FNU Compiler Collection) as the base for the compilers. Fully supports the programming languages to edit and create source files. Supports loading files having .H, .HPP, .RH and .HH extension.
This application uses the MinGW port of GCC (GNU Compiler Collection) as its compiler. It is a full-featured Integrated Development Environment (IDE) for the C/C programming language. The application can be considered a new and improved fork of Bloodshed Dev-C++.
v5.7 [Jul 20, 2014]
- Resolved errors in compile log when using Syntax Check on non-project compilations.
- One can now create precompiled headers when compiling non-project header files.
- Compile log now mentions the output filename under Compilation Results.
- Dev-C will now issue an error when compiling using a compiler set that does not have a valid binary directory.
- When a currently open file is renamed or deleted, one can now choose to close the editor of the file in question.
- Fixed a bug in "Shorten Compiler Paths" that mixed up library and binary paths.
- Attempt to fix a common crash related to TdevMonitorThread.TellToQuit.
- Reduced overdraw in the class browser when switching between or saving files.
- Added the ability to syntax check the currently visible file only, even if it belongs to a project.
- Added icons for Syntax Check, Syntax Check Current File and Clean.
- Fixed an out of bounds problem in the parser.
- Dev-C now restores windows to their Aero Snap position.