-
Notifications
You must be signed in to change notification settings - Fork 82
Session: Pointer types and memory management
rrahn edited this page Mar 6, 2017
·
3 revisions
... with C++14 enabled compiler (g++ >= 4.9 or clang >= 3.5)
Read the Resource Management in the CPP Core Guidelines:
- https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#r-resource-management
- write down any questions you encounter!
Read this article about some common mistakes with smart pointers.
Here you find some further reading about the related data structures and functions in the STL: