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

Browse in : > Topics > Programming

Pooled Lists
Description : Christopher Baus explains the advantages of using a pooled memory allocation strategy for high performance applications. by Christopher Baus

The Singleton in C++ - A force for good?
Description : Alexander Nasonov addresses some problems that arise when using Singleton in C++. by Alexander Nasonov
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. by Mark Radford
Category: [ Design of applications and programs ]