Posts Tagged ‘c++’

After recently answering a question on Stackoverflow using Boost.Preprocessor, i wondered how the sequences, e.g. SUM_MACRO((1)(2)(3)), actually work.

Saturday, July 3rd, 2010 at 09:18 | View Comments

With template metaprogramming and the Objective-C runtime bridging between Objective-C and C++ can be simplified. This post describes a prototype for generating Objective-C delegates that bridge to C++ code.

Friday, March 5th, 2010 at 09:19 | View Comments
TOP