Thursday, February 28th, 2008
Being a little bit long in the tooth and originally coming from an embedded C background, I occasionally hanker after the flexibility of conditional compilation.
This is a C based mechanism that allows you to build different flavours of a product from the same code base at compile time by a ...