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

Browse in : > Topics > Programming
• Programming +

Programming Topics  (877) +
• Design +

Patterns in C - Part 4: OBSERVER
Description :

This part of the series will highlight another principle for dependency management and illustrate how both of these principles may be realized in C using the OBSERVER pattern.

by Adam Petersen
Category: [ CVu Journal Vol 17, #4 - Aug 2005 | Design of applications and programs ]
C-side Re-sort
Description : In spite of the attention given to object-oriented development, TDD and modern testing frameworks, it is worth understanding how and why unit testing has an important role to play in general, regardless of the technologies or broader development philosophy involved. This article walks through a simple example, highlighting some of the motivation behind basic unit testing and the practices involved but without following through into TDD. by Kevlin Henney
Category: [ Overload Journal #68 - Aug 2005 | Programming Topics ]
C++ Interface Classes - Noise Reduction
Description : Interface classes are a principle mechanism for separating a class' interface from its implementation in C++. I wrote an introduction to interface classes in a previous article. In this article, I intend to explore interface classes - and their implementation classes - further. by Mark Radford
Category: [ Overload Journal #68 - Aug 2005 | Programming Topics ]
A Technique for Register Access in C++
Description : This article discusses a C++ scheme for accessing hardware registers in an optimal way. by Pete Goodliffe
Category: [ Overload Journal #68 - Aug 2005 | Programming Topics ]
Silas's Corner
Description :

Cross-Compiling Python Scripts into Windows Applications

by Silas S. Brown
Category: [ CVu Journal Vol 17, #3 - Jun 2005 | 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.

by Adam Petersen
Category: [ CVu Journal Vol 17, #3 - Jun 2005 | 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.

by Jasmin Blanchette
Category: [ CVu Journal Vol 17, #3 - Jun 2005 | Programming Topics ]
Using Qt's Non-GUI Classes
Description :

In the fifth installment of our series on cross-platform programming with the Qt 3 C++ toolkit, we are going to review Qt's non-GUI classes.

by Jasmin Blanchette
Category: [ CVu Journal Vol 17, #2 - Apr 2005 | Programming Topics ]
  |<   <<   31   32   33   34   35   36   37   38   39   40   >>   >|