ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

CVu Journal Vol 16, #5 - Oct 2004


165
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

CVu V16 5 PDF

Administrator

16 November 2006 18:32:20 +00:00

Wx - A Live Port
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.


Category: [ Programming Topics ]
Rapid Dialog Design Using Qt
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.


Category: [ Programming Topics ]
Introduction to STL (Standard Template Library)
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.


Category: [ Programming Topics ]
An Introduction to Programming with GTK+ and Glade - Part 2
Description :

In this part, I will be showing how to use the Glade application for rapid window creation.


Category: [ Programming Topics ]