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

Browse in : > Topics > Design

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

Globals, Singletons and Parameters
Description : One size rarely fits all. Bill Clare considers different approaches to parameterization. by Bill Clare
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. by Anthony Williams
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. by Stuart Golodetz