Lecture 15. Implementing Abstractions, Part I

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

  • Readings: Chapter 6

Links

📦 Code and Slides