First page Back Continue Last page Graphics
LIBRARY ALGORITHMS
vector, string, and list all support insert and erase
All support iterator types.
- e.g. we use ++ to advance the iterator.
- * dereference to access any container's element.
access to algorithms
generic algorithm - not part of a particular container. Takes its cue from arguments' type.