Home - smucs/Cpp11-Experimentation GitHub Wiki

Welcome to the Cpp11-Experimentation wiki!

This project was inspired by the talk on Examples of 'new' C++ features based on lecture by Bjarne Stroustrap.

Bjarne talk notes: - http://www.swansea.ac.uk/media/C++11%20Swansea.pdf

Additional materials - http://www.cplusplus.com/articles/EzywvCM9

Page 1 - Basic (non class) features VectorsArraysAutosForEach

Page 2 - Playing with classes, smart pointers and move constructors RobotExample

Page 3 - Looking at managing an array of shared_ptr stored in a vector RobotExample2