Previous Lecture | lect11 Before Slides | lect11 Annotated Slides | Next Lecture |
Topics
- Live coding demo that converts the LinkedList class from lab04(originally named intlist) to a template class
- Practice using template classes in code
- Intro to the C++ STL
- C++ Iterators (what are they? what’s their purpose? how do we intend to use them?)