• LIKE

Share


Bloodshed Dev C++

Open Source by Bloodshed | Link to website

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 it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler. More info »

  1.  
  2. Thumbnail for Screenshot without description


New Comment
mer30hamid-image

wxDev-C++ is an extension of Dev-C++ by Colin Laplace et. al. This program helps you to create dialogs and frames for wxWidgets visually using a form designer. With all the wonderful features of Dev-C++, wxDev-C++ is still being actively developed. The main aim of this project is to provide the wxWidgets community with a free, open-source, commercial-grade IDE/RAD tool for development with wxWidgets.
more at: wxdsgn.sourceforge.net

 
Post a reply
Vysakh-image

The MingW compiler creates executables having small footprints and also with less dependency over uncommon libraries.

 
Post a reply