A console-based Student Record Management System developed in C++. This project allows users to add, display, search, and delete student records using file handling.
- Add new student records
- View all records
- Search for a specific student
- Delete a student record
- File handling for data storage
- Language: C++
- Concepts: File Handling, Object-Oriented Programming (OOP), Console I/O
- Clone the repository or download the ZIP.
- Open the project in any C++ IDE (e.g., CodeBlocks, Dev-C++, Visual Studio).
- Compile and run
main.cpp.
g++ main.cpp -o student_record
./student_record