Quiz: Create a Contact Book
Explore how to reinforce your understanding of using struct and vectors to create organized and dynamic data structures in C++. This quiz helps you practice modeling real-world information in code, preparing you to build more functional contact manager projects.
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 ...