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, #6 - Dec 2004


166
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 6 PDF

Administrator

16 November 2006 18:37:54 +00:00

Writing Custom Widgets in Qt
Description :

In the fourth installment of our series on cross-platform GUI programming with the Qt C++ toolkit, we are going to write a custom widget using Qt. The widget in question is a "scribble" widget (see Figure 1) - that is, the drawing area of a simple paint program


Category: [ Programming Topics ]
What's in a Namespace?
Description :

In this article I will visit the mechanics of namespaces and anonymous namespaces and explain how they are used to solve some of the problems associated with linking C++ programs. Then I will move on to explain how they can also be used to provide context.


Category: [ Programming Topics ]
Memory for a Short Sequence of Assignment Statements
Description :

This article reports on an experimental study, carried out during the 2004 ACCU conference, that investigates the consequences of a limited capacity short term memory on subjects' performance in some of the tasks needed to comprehend short sequences of code.


Category: [ Project Management ]
An Introduction to Objective-C
Description :

Part 3 - An Example Using Foundation


Category: [ Programming Topics ]