Lecture 15. Implementing Abstractions, Part I

Tuesday February 15


The Vector, Map, Stack, and other related container types use a language feature called dynamic memory allocation to store their elements. This lecture explores how this is done, introducing pointers, constructors, and destructors in the process.

Links

📦 Code and Slides