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

Design of applications and programs and Overload Journal #86 - August 2008

Options:
View Article Map
View Archives
DynamicAny, Part I
Description : Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++.
Category: [ Programming Topics ]
Performitis - Part 2
Description : Software problems have much in common with diseases. Klaus Marquardt has a diagnosis and offers some treatments.

Globals, Singletons and Parameters
Description : One size rarely fits all. Bill Clare considers different approaches to parameterization.
Category: [ Programming Topics ]
Exceptions Make for Elegant Code
Description : Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors.
Category: [ Programming Topics ]
Divide and Conquer: Partition Trees and Their Uses
Description : The world is a complex place. Stuart Golodetz introduces a powerful technique to describe it.