Memory (week 12)
Smart Pointers (week 13)
Threads (week 14)
3 of 4

Further Information

cppreference.com:

Modernes C++:

CppCon:

  • Back to Basics: RAII and the Rule of Zero by Arthur O'Dwyer (Good to know/Advanced)
    • Motivating the special members and the Rule of Three
    • Curious pitfall with (indirect) self-copy
    • RAII and exception safety
    • Deleting, defaulting, and the Rule of Zero
    • Move semantics and the Rule of Five (or Four)
    • Recap and examples of RAII types