Compile-Time and Runtime-Safe Replacement for “printf”--Sasha Goldshtein
Sasha Goldshtein shares with us his thoughts about the printf function:
Compile-Time and Runtime-Safe Replacement for “printf”
by Sasha Goldshtein
From the article:
C++ 11 is truly beautiful. And one of the ways in which it is beautiful is how you can implement a compile-time and runtime-safe version of the popular C runtime function printf...

A new post on iterators:
While we wait for CppCon 2015 in September, we’re featuring videos of some of the 100+ talks from CppCon 2014. Here is today’s feature: