A simple console‑based C++ application for managing student records and course enrollments with GPA tracking.
This Student Management System lets users add, update, and remove students, enroll students in courses, calculate GPAs, and display course‑centric reports showing students and average grades. Data is saved to and loaded from a text file for persistence between runs.