Smith Jefferey 891789 j.smith@spartans.nsu.edu 3.75
Lee Jackson 3678902 j.lee@spartans.nsu.edu 3.66
Gonzales Mariana, 168790 m.gonzales18@spartans.nsu.edu 4.0
Jones Mike 8973125 m.jones143@spartans.nsu.edu 3.1
Williams Anita 2985465 a.williams@spartans.nsu.edu 3.64
Ronsinson Taylor 3278976 t.robinson@spartans.nsu.edu 3.55
Clark Allen 1094567 a.clark@spartans.nsu.edu 3.48
Turner Tavon 318796 t.turner@spartans.nsu.edu 3.2
Jenkins Nelson 289563 n.jenkins@spartans.nsu.edu 3.0
Structure of the file Program Summary Write a C++object oriented program to manage a file system for students at Norfolk State students.dat First Name, Last Name, Student ID, Email, GPA University If you had a working program 2, then there is no need to change your main First Name string function. If you do not have a satisfactory working program, I can provide you Last Name string with one. unsigned integer Student ID Email string End u dounent GPA float The program will manipulate the student list based on students from the file studeents.dat Class requirements 1. Create a student class or struct hased on the student structure 2. Create a students class which contains two private members a Standard Template Library List of students and optional (a function to print a student’s record). The students class will also provide the following functionality. Load data froma data file into a student list b. Retrieve and print a student from the student list c. Insert a student into the student list d. Delete a student from the student list e. Print the contents of a student record f. Print the contents for a list of students . Sort the student list by last Name Sort the studet list by GPA Processing requirements 1. Load the students file students.dat 2. Create a menu to carry out the given operations Screens 1-2 of 2 1409 1:21 PM 11/2/21 O Type here to search e w Show transcribed image text Structure of the file Program Summary Write a C++object oriented program to manage a file system for students at Norfolk State students.dat First Name, Last Name, Student ID, Email, GPA University If you had a working program 2, then there is no need to change your main First Name string function. If you do not have a satisfactory working program, I can provide you Last Name string with one. unsigned integer Student ID Email string End u dounent GPA float The program will manipulate the student list based on students from the file studeents.dat Class requirements 1. Create a student class or struct hased on the student structure 2. Create a students class which contains two private members a Standard Template Library List of students and optional (a function to print a student’s record). The students class will also provide the following functionality. Load data froma data file into a student list b. Retrieve and print a student from the student list c. Insert a student into the student list d. Delete a student from the student list e. Print the contents of a student record f. Print the contents for a list of students . Sort the student list by last Name Sort the studet list by GPA Processing requirements 1. Load the students file students.dat 2. Create a menu to carry out the given operations Screens 1-2 of 2 1409 1:21 PM 11/2/21 O Type here to search e w
Expert Answer
Answer to Smith Jefferey 891789 j.smith@spartans.nsu.edu 3.75 Lee Jackson 3678902 j.lee@spartans.nsu.edu 3.66 Gonzales Mariana, 16…