Question: Please read carefully. If you provide the correct solution, you'll receive multiple thumbs up. There are a lot of people who need this in my

Please read carefully. If you provide the correct solution, you'll receive multiple thumbs up. There are a lot of people who need this in my class. Make sure your output file has the exact same content as the one posted in the assignment below. Also, take your time. No need to rush. I would suggest posting a solution and editing it to the correct solution as you go.

Please read carefully. If you provide the correct solution, you'll receive multiple

thumbs up. There are a lot of people who need this in

my class. Make sure your output file has the exact same content

This is an example of what the input.txt file and command.txt file will contain, and what the output.txt file SHOULD contain.

Ignore the commandline thing.

as the one posted in the assignment below. Also, take your time.

1. Introduction You will create a C++ program to manage a database. Read a file that has a lot of items that stand for the information of a name list of certain class. You will need to add into the database and you will also need to delete records in the database. Then sort the records by specific attributes to alphabetical ascending order, and output to a plain text file. 2. Input and Output a. Input file 1) The input file has multiple records (number>1). Your program should read the records one by one from the beginning of the file to the end. Each record has uniform attributes (columns), the attributes appear in a fixed order, a record should contain all the keys, no empty values part will be given. But the input file may contain duplicated records. If two records have same id value, they can be recognized as duplicated records. You should NOT update record with the latter one. Other than useful information in records, no other character or space will be given. 2) 3) Each record takes one line (ends in n), and one line only contains one record. 4) The id value always uses 5 digits. DOB values always with the format MM 1. Introduction You will create a C++ program to manage a database. Read a file that has a lot of items that stand for the information of a name list of certain class. You will need to add into the database and you will also need to delete records in the database. Then sort the records by specific attributes to alphabetical ascending order, and output to a plain text file. 2. Input and Output a. Input file 1) The input file has multiple records (number>1). Your program should read the records one by one from the beginning of the file to the end. Each record has uniform attributes (columns), the attributes appear in a fixed order, a record should contain all the keys, no empty values part will be given. But the input file may contain duplicated records. If two records have same id value, they can be recognized as duplicated records. You should NOT update record with the latter one. Other than useful information in records, no other character or space will be given. 2) 3) Each record takes one line (ends in n), and one line only contains one record. 4) The id value always uses 5 digits. DOB values always with the format MM

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!