Skip to content

Session: Pointer types and memory management

rrahn edited this page Mar 6, 2017 · 3 revisions

Preparation

Bring your own Laptop

... with C++14 enabled compiler (g++ >= 4.9 or clang >= 3.5)

Mandatory reading

Read the Resource Management in the CPP Core Guidelines:

Recommended reading

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:

Session

Slides

Clone this wiki locally