Advertisement
Membership
Login
ACCU Buttons
Programming Topics and CVu Journal Vol 16, #5 - Oct 2004
Browse in : |
All
> Topics
> Programming
All > Journals > CVu > 165 Any of these categories |
- Options:
- View Article Map
- View Archives
Wx - A Live Port
Description :
Description :
This is a collection of notes I have made while porting an application from MFC to wxWidgets. It is intended partly as a tutorial and partly to document some of the roadblocks I met on the way.
Rapid Dialog Design Using Qt
Description :
Description :
In this third installment of our series on GUI programming with the Qt C++ toolkit, we're going to show how to design dialog boxes (or "dialogs") using Qt.
Introduction to STL (Standard Template Library)
Description :
Description :
Since STL is a very large topic to be covered in an article or two, we will focus on the most commonly used generic classes: vector and string.
An Introduction to Programming with GTK+ and Glade - Part
2
Description :
Description :
In this part, I will be showing how to use the Glade application for rapid window creation.