This is my first-year project from LaGuardia Community College, demonstrating my knowledge of C++ basics. The Student Management System is a console-based application designed to manage student records. It allows users to insert, view, search, delete, update, sort, and display statistics of student information.
- Insert Student record
- View All Student records
- Search Student record by ID
- Search Student record by Name
- Delete Student record
- Update Student record
- Sort Students by Name
- Display Statistics
This image shows the initial prompt where the user is asked to enter their choice from the menu.
This image shows the process of inserting a new student record into the system.
This image illustrates the functionality of searching for a student record by ID.
This image presents the statistical information of the student records.