Lecture 16. Implementing an ADT (OurVector)

Wednesday July 28


We will build our very first ADT class from scratch (OurVector) on top of dynamically allocated arrays. Along the way we will also introduce the important concept of a destructor and what goes into designing dynamically resizable data structures.

Readings

  • Text 12.1, 12.3, 12.4, 13.3, 14.4

Links

📦 Code and Slides