Insane Coding
'coz good thinking requires going outside the box
Saturday, July 24, 2010
Simplifying bootstrapping for virtual constructors
›
Last week I demonstrated a solution to the virtual constructor problem. My solution avoids many issues with the factory function solution. ...
3 comments:
Tuesday, July 20, 2010
Time to shutdown the factory for code violations
›
There's a common problem in software development regarding how to create an object's type dynamically in C++ and similar languages. ...
15 comments:
Thursday, June 3, 2010
Undocumented APIs
›
This topic has been kicked around all over for at least a decade. It's kind of hard to read a computer programming magazine, third party...
4 comments:
Saturday, March 27, 2010
Does anyone understand types and magnitudes?
›
Regularly I have to work with many popular libraries out there, as well as many libraries written by coworkers and similar. One thing which ...
53 comments:
Thursday, March 11, 2010
C++-201x Variadic Templates
›
C++-201x (or C++-0x as near sighted individuals like to call it) introduced a new feature called variadic templates, which allows a template...
10 comments:
‹
›
Home
View web version