WxDev-C++
From Wikipedia, the free encyclopedia
- The correct title of this article is wxDev-C++. The initial letter is shown capitalized due to technical restrictions.
wxDev-C++ | |
wxDev-C++ Screenshot |
|
Developer: | wxDev-C++ Developers |
---|---|
Latest release: | 6.10.2 / March 21, 2007 |
OS: | Microsoft Windows |
Use: | IDE |
License: | GPL |
Website: | wxdsgn.sourceforge.net/ |
wxDev-C++ is a free integrated development environment (IDE) that is based on the popular Dev-C++.
There are various new features not found in the original Dev-C++. One of these is a visual RAD designer that works like C++ Builder to create wxWidgets applications. The latest version 6.10.2 adds support for Microsoft compilers. Support for other compilers are in the works.
[edit] Features of wxDev-C++
- wxWidgets Form Designer:
- Generates XRC XML resources
- Drag-and-drop design paradigm
- Supports wxWidgets' sizer-based layouts (or do without it!)
- Connect events to member functions within the editor
- Integrated debugging
- Support for GDB
- CDB (WinDbg) support is in CVS
- Variable watches
- Automatic stack tracing
- Local variables list
- Displays disassembly and CPU registers
- Editor features
- Class browser
- Code completion
- Project management
- Project profiles
- Customizable syntax highlighting
- Automatic inline assembly highlighting
- To do List
- Application compatibility
- Built-in CVS support
- Supports MingW/Visual C++ (6, 2003 and 2005)
- Quickly create Windows and console applications, static libraries and DLLs
- Support for project templates to expedite the creation of new project types
- Package manager (through the use of DevPaks), for easy installation of add-on libraries
[edit] See also
- Anjuta
- C++
- C++ Builder
- Code::Blocks
- CodeWarrior
- DJGPP
- Eclipse CDT
- IBM VisualAge C++
- KDevelop
- MinGW Developer Studio
- OpenLDev
- Sun C++ Forge
- Microsoft Visual C++
- Ultimate++