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 17, #3 - Jun 2005


173
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 V17 3 PDF

Administrator

16 November 2006 18:42:47 +00:00

Professionalism in Programming #32
Description :

In this article I present a series of thought provoking questions based on some topics that I've covered in past issues.


Category: [ Project Management ]
Silas's Corner
Description :

Cross-Compiling Python Scripts into Windows Applications


Category: [ Programming Topics ]
Patterns in C - Part 3: Strategy
Description :

This part of the series will investigate a design pattern that adds flexibility to common software entities by letting clients customize and extend them without modifying existing code.


Category: [ Design of applications and programs ]
New Container Classes in Qt 4
Description :

In this article, we will review Qt 4's new set of template container classes.


Category: [ Programming Topics ]