Lecture Object-Oriented programming - Lesson 42: Iterators

Lecture Object-Oriented programming - Lesson 42: Iterators. The main topics covered in this chapter include: iterators are types defined by STL; iterators are for containers like pointers are for ordinary data structures; STL iterators provide pointer operations such as * and ++;...