Posts
Exploring time keeping in ISO C++ 2011
September 25, 2011•756 words
A lot has been written about new features coming in the 2011 revision of ISO C++. One that has received surprisingly little attention is the
Compile time quick sort using C++ variadic templates
September 23, 2011•1,859 words
Edit June 4th 2015: This article is very dated. Read this revisiting article for a far better solution C++ is a strange language. In many ways it's...