CMPT135 Week7 LectureNotes Yonas
CMPT135 Week7 LectureNotes Yonas
CMPT135 Week7 LectureNotes Yonas
(STL)
• C++ Templates
• Containers Library
array, vector, list, queue, stack,…
• Iterators Library
• Algorithms Library
searching, sorting, reversing,…
Output: 1 3 5 7 9
forward iterator
reverse iterator
Runtime Error
Runtime Error
When at last it gets assigned a.begin()-1
0 4 8 12 16 20 24 28 32 36
0 4 12 16 20 24 28 32 36
21 0 4 12 16 32 36
21 0 4 12 16 32 36 29
21 0 4 33 12 16 32 36 29
21 0 4 33 12 37 37 37 16 32 36 29