What new can be said about multi-dimensional arrays in C++? As it turns out, quite a bit! With the advent of C++11, we get new standard libr...

What new can be said about multi-dimensional arrays in C++? As it turns out, quite a bit! With the advent of C++11, we get new standard libr...
With my growing constexpr fascination, I thought of using it for something that would be really hard using template meta-programs. How about...
It's official: C++11 has two meta-programming languages embedded in it! One is based on templates and other one using constexpr . Templa...
BoostCon'11 , held in Aspen, Colorado, was a fantastic conference this year. Not only because I got a chance to present my work on LEESA...