A simple menu-driven Student Record Management System built using C++. This project allows users to add, view, search, and delete student records using basic Data Structures and Object-Oriented Programming concepts.
✅ Add new student ✅ Display all students ✅ Search student by ID ✅ Delete student ✅ Menu-driven console interface ✅ Uses C++ classes and vectors
- C++
- STL (vector)
- Object Oriented Programming
- VS Code
g++ main.cpp -o app./app===== Student Record Manager =====
1. Add Student
2. Display Students
3. Search Student
4. Delete Student
5. Exit