Dev-C++ Resource

Feature list

  • Support GCC-based compilers
  • Integrated debugging (using GDB)
  • Class Browser (experimental)
  • Code Completion (experimental)
  • 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

Requirements

  • Windows 95 or higher.
  • 32 MB of RAM.
  • The executables compiled by Dev-C++ will need MSCVRT.DLL (comes with Windows 95 OSR 2 or higher).

License

Dev-C++ is Free Software distributed under the GNU General Public License.
This means you are free to distribute and modify Dev-C++, unlike most Windows software! Be sure t0 read the license.

Related Articles

Step into Boost

There has always been a saying that if you want to become a master, you must read more source code written by masters. What codes are good material? Source code for the C++ Standard Library? No, if you read it, you’ll find that either the implementation-specific expressions are confusing, or

Read More »