-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Glenn edited this page May 14, 2013
·
9 revisions
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