Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visualizing Health And Healthcare Data Creating Clear And Compelling Visualizations To See How Youre Doing

Authors: Katherine Rowell ,Lindsay Betzendahl ,Cambria Brown

1st Edition

1119680883, 978-1119680888

More Books

Students also viewed these Databases questions