c 0x

Concepts Get Voted Off The C++0x Island

Lambda the Ultimate - Programming Languages Weblog  Mon, 07/20/2009 - 09:33

On Monday, July 13th the C++ standards committee voted "Concepts" out of consideration for C++0x.


 

Use Class Member Initializers for Cleaner and Easier-to-Maintain...

Linux Today  Thu, 07/16/2009 - 17:04

DevX: "A new C++0x feature called a class member initializer allows you to specify a single initializer in the very declaration of a data member.

Learn how to use this feature to simplify your constructors' code, reduce potential bugs, and make your code more readable."