...

/

Create a Contact Book

Create a Contact Book

Use struct and arrays/vectors to model and store people or items.

You’ve learned how to store values. Now let’s store people—using structs and vectors together to model and track multiple contacts.

Press + to interact

Goal

You’ll aim to:

  • Create custom data types using struct.

  • Store and manage them using vector. ...