Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create an application to keep track of a list of students and their grades in a data structures course using a linked list. YOU MUST
Create an application to keep track of a list of students and their grades in a data structures course using a linked list. YOU MUST USE THE C++ STL LIBRARY. You need to create a class called student that contains 2 data members: name and grade and then create a link list of objects of this class. DO NOT USE STRUCTURES. You must use classes. The application should allow the user to add a student, remove a student, update the grade for a student, and search for a student.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started