Lecture 3. Containers, Part I

Sunday January 16


Containers are C++'s way of storing and manipulating groups of elements. Today we explore the Vector type and some nuances of C++ parameter-passing.

Readings

  • Readings: Chapter 5.1

Links

📦 Code and Slides