Internally, the Vector type uses dynamic memory allocation to store its elements. This lecture explores how that's done, introducing pointers and arrays in the process.
Readings
- Readings: Chapter 6
Links
📦 Code and Slides
Wednesday February 9
Internally, the Vector type uses dynamic memory allocation to store its elements. This lecture explores how that's done, introducing pointers and arrays in the process.
Readings
Links
📦 Code and Slides