Accessing C++11 Features of the Android NDK -- Gastón Hillar
	
C++ is quietly becoming a language of choice for cross-platform mobile apps, because it's the only modern language that can target iOS, Android, and more with the same source code.
In that vein, recently on Dr. Dobb's:
Accessing C++11 Features of the Android NDK
by Gastón Hillar
C++11 language features are supported in the NDK, but they require a non-default configuration.


Scott Meyers' highly anticipated new book Effective Modern C++ is on the way:
More CppCon 2014 accepted talks have just been announced, below. For past announcements about the conference program, see also:
Part 3 of Vadim's experience report about using Boost's graph support in an existing game app: