STL Based Telephone Book
Understand the usage of vector collection for storing user-defined Person class objects.
We'll cover the following...
Problem
Write a program using STL to maintain a telephone book containing names and telephone numbers ...