Lab 10: Instructor's Notes


Chapter 13 begins with C-style arrays and sorting and searching arrays. It turns then to the Standard Template Library's vector container which wraps a dynamic array inside a class template and builds in some very powerful and useful operations. This lab exercise investigates this vector container in detail.

Here are:


Report errors to Larry Nyhoff (nyhl@cs.calvin.edu)