Dev C


Version: 5.4.1
Date: 2013-04-22
Size:
21.20MB
Category:
Development
C/C++
Requirements:
No Special Requirements
Price:
Free
System:
Windows 7/Vista/XP
Rating:
4.2
License:
Freeware

Description - Dev C



Bloodshed Dev C is a full-featured programming environment and compiler for creating software in C++. Included in the Dev-C++ environment are all of the standard features necessary for writing, compiling, debugging, and executing programs written in C. Strictly for the hard-core C++ programmer, Dev C allows you to compose all of your source code without many of the hand-holding features and expenses included in many of the available programming environments.

Changes - Version 5.4.1
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 and plays nicely with GCC 4.8.
The mouseover tooltip now shows scope information too.
When trying to run uncompiled projects, Dev C will now suggest to compile.
Resource errors now use the same formatting as generic errors.
Compiler, resource and find output line numbers will be synchronized when editing files.
Moved the MRU list to File >> *here* from File >> ReOpen to reduce clicks needed by one.
Fixed OriginalPath spamming in devcpp.ini.
Dev-C++ will now prefer selecting 32bit compiler Profiles by Default on x86 OS`s.
Merged Example projects into the new project templates.
Compiler settings are now validated again when loaded.
Upgraded to FastMM 4.991 for what it`s worth.

Dev C Code Completion


More in C/C++-Dev C

Output Mouseover Code Completion Editing Files Moved