Programming Topics

Browse in : > Topics > Programming

DynamicAny, Part I
Description : Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++. by Aleksandar Fabijanic

Globals, Singletons and Parameters
Description : One size rarely fits all. Bill Clare considers different approaches to parameterization. by Bill Clare

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