• 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
DutchmanDavid-image

I've used DevCpp for ~2 years now and the more I use it, the more I hate it. Bugs keep me from smoothly creating my programs which infuriate me! And since this project hasn't been updated since 2005, I've given up on it. Please use (updated) alternatives instead of this P.O.S.

If you REALLY want to keep using this, at least pick either Orwell Devcpp, or wxDevcpp.

http://sourceforge.net/projects/orwelldevcpp/ http://wxdsgn.sourceforge.net/

 
Post a reply
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