
Dev-C++ is a comprehensive C and C++ Integrated Development Environment (IDE) for Windows. Since the first edition was launched in 1998, Dev-C++ has been used by millions of developers, students, and academics. It's been included in hundreds of C++ and scientific publications, and it's still a popular learning tool at colleges and schools throughout the world.
Features of Developer C++
- C/C++ IDE for Windows that is extremely light and portable.
- GCC-based compilers are supported (Mingw, Cygwin, ...)
- Create Windows GUI and console programmes, as well as static libraries and DLLs, quickly.
- Code Completion Functions in the Integrated Debugger Class Browser
- Support for profiling
- There are almost 30 languages available.
- Code editor that can be customised
- Templates allowing project managers to create their own project kinds
- generation of a makefile
- Resource files should be edited and compiled.
- Manager of Tools
- Locate and replace existing facilities.
- Support for CVS
- And there are plenty more...
0 Comments