Saturday, August 8, 2009

wxDev-C++

Speaking of Dev-CPP...

Although, you can develop windowed programs in Dev-CPP, it isn't really easy or convenient to do so. Unlike more modern IDE's Visual Studio Express, for example, there isn't a built in Form Designer, nor an easy way to add resources...like icons... to a project. Enter wxDev-C++!
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.
Frankly even if you are just doing console based programs this newer version might be the way to go. I've been using the latest Release Candidates for Version 7.0 for the last six months with no problems at all for C and C++ console programs. There are still a few bugs with the form designer and sometimes windowed programs have some strange effects, but even then I haven't run into a "showstopper."

wxDev-C++
gets 5 stars from me!

Oh, and check out the tutorials at the wxDev-C++ site! There is also an almost complete book online with lots of help getting started on windowed programming. You will need to dig around on that site to find the actual PDF you'll need to download, though.

No comments:

Post a Comment