Question: C + + Chapter 4 / 5 Lab Assignment Using concepts from chapters 1 5 only. Grading will be based on chapter 4 & 5

C++ Chapter 4/5 Lab Assignment
Using concepts from chapters 15 only. Grading will be based on chapter 4 & 5 concepts more. Design a menu driven program that can keep track of flight information for an airline.
Your program must have the following documentation:
Your name
The program name
Program Description
The date the exe file was created
The code:
Use a menu approach do the following:
To call a function that will allow for Adding of information about five customers into a vector named TXSWFLIGHT.
To be able to Search the vector for any customer. (Hint: using the concept find() or search() STL Algorithms).
To be able to Delete any customer from the vector.
To be able to Display all customer information at any time.
Display the vector information before the deletion.
Display the vector information after the deletion.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!