Problem 1
What are the three main components of the STL?
Problem 2
What is the difference between an STL container and an STL iterator?
Problem 4
What is the difference between a set and a multiset?
Problem 10
What is a predicate?
Problem 16
Suppose that charList is a vector container and:
Further suppose that:
LastElem = remove if (charList.begin (), charList.end(), isspace);
ostream_iterator