By jlangr
via langrsoft.com
Submitted: Jan 16 2013 / 11:02
C++11 provides a number of refinements that bring the language up to the modern age. This post, first of many in a series on the new C++ features, explores the uniform initialization scheme of C++11. The series will demonstrate the new features almost entirely via unit test code, hence the term "test-focused learning."
Add your comment