You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This C++ project implements a student management system using dynamic linked list data structures for the UCCD1024 Data Structures and Algorithmic Problem Solving course. The application manages complex records by nesting Student, Exam, and Subject structs to track personal information, trimester results, and individual subject marks.