Question: PROGRAMMING LANGUAGE C++ Using vector (STL: Standard Template Library) to create a Student List that contains Students Full Name (First Name, and/or Middle Name, and

PROGRAMMING LANGUAGE C++

Using vector (STL: Standard Template Library) to create a Student List that contains Students Full Name (First Name, and/or Middle Name, and Last Name), Students ID, and Students Enrolled Classes. A user should be able to perform the following tasks in any order as follows:

1. Reading the Student List from an external text file.

2. Adding Student(s) into the Student List. The Students info should include Students Full Names (First Name, and/or Middle Name, and Last Name), Students IDs, and Students Enrolled Classes.

3. Displaying the content of the Student List.

4. Sorting the Student List.

5. Writing/saving the Student List to an external text file.

6. Searching for a Students Info (Full Name, IDs, etc.) from the Student List.

7. Ending the program. Furthermore, your program should: Validate all users inputs that include integer and/or character. Include at least three functions declarations/prototypes and three functions definitions.

PLEASE PROVIDE THE OUTPUT AND COMMENTS . THANK YOU

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!