Create a simple structure/class of the student record (student ID, name, grade) and use this structure/class to create the set container which is used by the Grade Tracker to keep the records of different students.

1
vote
0 answers
Using C++ STL set container, develop a simple Student Grade Tracker that is able to perform the following
functions, at least:
1. Adding a new student grade
2. Removing an existing student grade
3. Searching for a student grade by name
4. Displaying all student grades
Create a simple structure/class of the student record (student ID, name, grade) and use this structure/class to create
the set container which is used by the Grade Tracker to keep the records of different students. The database should
ensure that the data is always stored in ascending order (sorted) irrespective of the order in which data is added.
The program should also be able to handle any possible errors.
Post

Help

⌘ + D bookmark this site for future reference
⌘ + ↑/↓ go to top/bottom
⌘ + ←/β†’ sort chronologically/alphabetically
↑↓←→ navigation
Enter open selected entry in new tab
⇧ + Enter open selected entry in new tab
⇧ + ↑/↓ expand/collapse list
/ focus search
Esc remove focus from search
A-Z go to letter (when A-Z sorting is enabled)
+ submit an entry
? toggle help menu
βœ•
0 AIs selected
Clear selection
#
Name
Task