Lecture 23

Learning objectives

After this class, you should be able to:

  1. Write programs that use the following features of an STL set: (i) insert, (ii) erase, (iii) find, (iv) begin, and (v) end.
  2. Write programs that use the following features of an STL map: (i) insert, (ii) erase, (iii) find, (iv) operator[ ], (v) begin, and (vi) end.

Reading assignment

  1. Section 4.8.
  2. Lecture: STL set and map.

Exercises and review questions


Last modified: 23 Oct 2012