Friday 8 March 2013

DEV-C++ 5.4.0 / 5.4.1 RC 1

DEV-C++ description

 


Dev-C++ gives you a fully-featured Integrated Development Environment (IDE) for the C/C++ programming language.

It uses MinGW port of GCC (GNU Compiler Collection) as its compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.
Here are some key features of "DEV-C++":

· Support GCC-based compilers
· Integrated debugging (using GDB)
· Support for multiple languages (localization)
· Class Browser
· Code Completion
· Debug variable Browser
· Project Manager
· Customizable syntax highlighting editor
· 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
· Print support
· Find and replace facilities
· Package manager, for easy installation of add-on libraries
· CVS Support
· To-Do List
· CPU Window
Requirements:

· 32 MB of RAM
· The executables compiled by Dev-C++ will need MSVCRT.DLL (comes with Windows 95 OSR 2 or higher)
What's New in This Release: [ read full changelog ]


· When accidentally clearing the code completion list, one is now given a second wind before the list is hidden.
· Fixed an out of bounds error in the code completion code.
· Fixed an error that caused crashes in Compiler Options >> Settings under Windows 2000 (and older).
· Typedef structs now get formatted as "struct Foo" instead of "structFoo" in mouseover hints.
· The debugger now preserves the current working directory when running programs.
· Redesigned the compiler output formatter code, which now uses half the amount of code.
· The mouseover tooltip now shows scope information too.

External Mirror 1 - x86 [EXE]

External Mirror 2 - x64 [EXE]

No comments:

Post a Comment