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

Debug Complexity: How Assertions Affect Debugging Time
Description : Debugging any program can be time consuming. Sergey Ignatchenko and Dmytro Ivanchykhin extend their mathematical model to consider the effect of assertions. by Sergey Ignatchenko and Dmytro Ivanchykhin

Alternative Overloads
Description : How do you return a default value given a condition? Malcolm Noyes presents solutions using older and newer C++ techniques. by Malcolm Noyes

Everyone Hates build.xml
Description : Using Ant build tool can be tricky. Andy Balaam shows how to structure and test the build code. by Andy Balaam

Defining Visitors Inline in Modern C++
Description : The Visitor pattern can involve non-local boilerplate code. Robert Mill and Jonathan Coe present an inline Visitor in C++. by Robert Mill and Jonathan Coe

Paper Bag Escapology Using Particle Swarm Optimisation
Description : Some attempts at programming one’s way out of a paper bag need an upfront model. Frances Buontempo simplifies things using particle swarm optimisation. by Frances Buontempo