Value-initialization with C++ -- Andrzej KrzemieĊski
Do you know what value-initialization means, and why it's simpler in C++11?
Value-initialization with C++
by Andrzej Krzemieński
From the article:
Some time ago, I showed how
boost::value_initializedcan be used to value-initialize objects in generic components in C++03. In C++11 it is practically not necessary. C++11 gives you a way to force value-initialization of your objects in any possible initialization context.Are you familiar with term “value initialization”? It is sometimes confused with “default-initialization”...

The first piece of code acquired by the Smithsonian's Cooper-Hewitt National Design Museum -- "Planetary", written in C++.
Continuing Koenig's series on move semantics:
I've been looking at the BlackBerry 10 NDK the last weeks, and did write about it to share some thoughts and results.
Danny Kalev wrote a nice article yesterday about a new C++ feature -- actually, two related C++14 features -- that were just added to the draft Standard in April and will be coming to real compilers in the near future.
A nice piece of writing on a C++11 feature: