Lecture overview -- Keyboard shortcut: 'u'  Previous page: Iterators [Section] -- Keyboard shortcut: 'p'  Next page: Example uses of iterators - basis stuff -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Templates and The Standard Library - slide 17 : 39

Iterators seen as generalized pointers

C++ iterators are modelled as generalized pointers

The pointer-related operators are used to manipulate iterators