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

Programming Topics and Overload Journal #76 - Dec 2006

Options:
View Article Map
View Archives
Pooled Lists
Description : Christopher Baus explains the advantages of using a pooled memory allocation strategy for high performance applications.

The Singleton in C++ - A force for good?
Description : Alexander Nasonov addresses some problems that arise when using Singleton in C++.
Category: [ Design of applications and programs ]
C++ Interface Classes - Strengthening Encapsulation
Description : Mark looks at the separation of interface and implementation in C++, and how the separation helps to strengthen encapsulation.
Category: [ Design of applications and programs ]