Articles on current page (1-2 of 2)

September 2013

child map

☑ C++11: Function and method changes

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers various changes to function and method declaration and definition.

This is the 4th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 13 minutes )

17 Sep 2013 at 7:50PM in Software
 |  | 
child map

☑ C++11: Type inference and constant expressions

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers automatic type inference and generalised constant expressions.

This is the 3rd of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.

Read article ( 4 minutes )

4 Sep 2013 at 7:38PM in Software
 |  |