-
Notifications
You must be signed in to change notification settings - Fork 82
Session: Move semantics, Reference types, Rule of 5
Hannes Hauswedell edited this page Oct 7, 2016
·
1 revision
... with C++14 enabled compiler (g++ >= 4.9 or clang >= 3.5)
Read this introduction on RValue References and Move semantics:
- http://www.cprogramming.com/c++11/rvalue-references-and-move-semantics-in-c++11.html
- write down any questions you encounter!
Read these short sections from the CoreGuidelines:
If you missed the first session on initialization make sure to read up on it:
- Constructors and Initialization
- also look at the slides linked from there
If you have not used the auto
keyword, I recommend to also read:
- http://en.cppreference.com/w/cpp/language/auto
- and familiarize yourself with its use
CppReferences on Move semantics:
slides will follow here