Quiz: Create a Contact Book
Challenge your understanding of structs and vectors in C++.
We'll cover the following...
We'll cover the following...
In the previous lesson, you learned how to use struct to create custom data types and combine them with vector to store multiple records. You ...