First page Back Continue Last page Graphics
list cont.
size( ) - returns the actual number of elements
empty( ) - returns whether the container is empty.
max_size( ) - returns the maximum number of elements possible.
== != < > <= >=
c1 = c2
- assigns all the elements of c2 to c1