A Simple C++ based project for managing student records. Features: 1.Add a new student to the system by providing details such as Roll No, Name, Course,etc. 2.View All student records stored in the system. 3.Search for a specific student record by roll number. 4.Remove all corresponding details of a specfic student from the system.