Presentation: Modern C++ – Memory Management
A while ago, I gave a presentation about memory management in modern C++. It touched the following topics:
- Real Null Pointer Type
- Things To Unlearn
- Pointers
- Old C++ Versus New C++
- Avoid delete
- Automatic Lifetime (stack & heap)
- RAII
- Garbage Collection in C++?
Below you can find the slides of that presentation.
