Dave's Brain

Browse - programming tips - free environment for windows programming

Date: 2009apr1
Language: C/C++

Q.  Do I have to buy and expensive development envirinment from Micorosoft
(ie Visual C++) to make Windows programs?

A.  No.  There are alternatives:

MinGW 
http://www.mingw.org/
Actively updated.

Borland C++
http://users.actrix.co.nz/dscott/bcc55.html
Not actively updated.

Neither of these have a GUI.
You can use them with the Eclipse IDE.
http://yongshin.blogspot.com/2005/11/how-to-use-cdt-and-mingw-for-eclipse.html

Cygwin is NOT suitable for making native Windows applications.


IDEs (Integreated Develipment Evironments) include:

Dev C++
http://www.bloodshed.net/devcpp.html

Code::Blocks
http://www.codeblocks.org/

Eclipse 
http://www.eclipse.org/

QT Creator
http://www.qtsoftware.com/products/developer-tools

Visual Studio Express
http://www.microsoft.com/Express/vc/
What this info useful to you? You can donate to say thanks

Add a comment

Sign in to add a comment
Copyright © 2008-2010, dave - Code samples on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License. However other material, including English text has all rights reserved.