Question: C++ homework Using an input file of 20 random first names, write an object-oriented program that will make a list of names in alphabetical order

C++ homework

Using an input file of 20 random first names, write an object-oriented program that will make a list of names in alphabetical order (using an array). The input file is named people.txt and should be in the local directory. At a minimum, the CLASS should have these:

1. private member variables: - input file - array of names 2. public member functions: - constructor - file maintenance (opening the file, testing if the file opened properly, reading the file, closing the file) - array sort - display

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!