A menu-driven Student Management System built using C++ and Object-Oriented Programming concepts.
- Add student
- View all students
- Search student by roll number
- Update student details
- Delete student
- Uses STL vector for in-memory data storage
- Classes & Objects
- Encapsulation
- Constructors
- STL (vector)
- Menu-driven programming
- Compile the program using a C++ compiler
- Run the executable
g++ main.cpp -o student
./student