Question: In C++. With Dynamic Array. In three files .h, .cpp and main 1.Made a class named PlayerNameArray made up of n number of players. 2.Perform

In C++. With Dynamic Array.

In three files .h, .cpp and main

1.Made a class named PlayerNameArray made up of n number of players.

2.Perform the Sort Algorithm within said class.

3.Implement the operators (<< ostream, >> istream, <, >, []) inside the class PlayerNameArray

4.Implement a menu of options to perform:

a. Add a player.

b. Eliminate a player.

c. Do a search for a specific player.

5.Include Constructors, Copy Constructors, mutators, accessors, and operators in your implementation.

 

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!