Chapter 13 Topics Meaning of a list Insertion and Deletion of List Elements Selection sort of list elements Insertion and Deletion using a Sorted List Binary Search in a Sorted list Order of Magnitude of a Function
Chapter 11 Topics o Meaning of a Structured Data Type Declaring and Using a struct Data Type & C++ union Data Type s Meaning of an Abstract Data Type Declaring and Using a class Data Type Using Separate Specification and Implementation Files
Exercises(210) Create a struct that holds two string objects and one int. Use a typedef for the struct name. Create an instance of the struct, initialize all three values in your instance, and print them out