Best C++ IDE on windows: Bloodshed Dev-C++
Published on 12/2/2008 by editor|
Vote this tutorial:
|
More articles in Programming
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. It creates native Win32 executables, either console or GUI. Dev-C++ can also be used in combination with Cygwin.
Another Dev-C++ screenshot
* 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
Do not forget to donate this project!
read moreComments:
no comments submitted
Latest Posts
- Sphinx Search - Fast Text Searching in C++
- Best Practices for C Programming
- Two New C++ Programming E-Books
- Microsoft Security and C/C++ programming
- TIP: Be Careful with Dummy Reference Arguments
- BLOG: What's the goal of Visual Studio 2010?
- BLOG: Which Is More Mature: C++ or C#?
- VIDEO: ASP.NET Dynamic Data
- Use STA COM Objects Asynchronously
- Combinations in C++, Part 2
- Raw Input Device informations
- Tip: Lock Leveling
- Permutations in C++, Part 2
- Combinations in C++
- CBitPointer: Easy Bit Manipulation
- Recursion Primer Using C++, Part 2
- There is More Than Just a Little Touching...
- SQLiteTbl, a C++ Class that Provides a CRecordSet-Like Interface to SQLite
- Optimizing 64-Bit Programs
- Compile Time Data Structure Using Template Meta Programming


