Question: Write C++ language. Write a program will use a linked list to hold the following information: last name(string), first name(string), id(string), and gpa(double) Following the
Write C++ language. Write a program will use a linked list to hold the following information:
last name(string), first name(string), id(string), and gpa(double)
Following the guidelines below:
- Record should be read from a file by the main program. The first line of the file must contain the number of record in the list. Each record should be on a separate line, each field separated by one or more spaces.
- As a record is read in from the file, it should be placed into the linked list in sorted order by last name.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
