Description:
The Student Management System is a C++ application designed to manage student information effectively. It provides functionalities for adding, updating, deleting, and viewing student records. This system is ideal for educational institutions looking to streamline their student data management processes.
- Add Student: Easily add new student records with essential details like name, ID, and courses.
- Update Student: Modify existing student information as needed.
- Delete Student: Remove student records from the system.
- Search Functionality: Quickly find students by name or ID.
- Display All Students: List all student records with their details in a clear format.
The project utilizes file handling to store student records in a text file, ensuring data persistence and easy retrieval of information even after the program is closed.
- C++
- A C++ compiler (e.g., g++)
- Basic knowledge of how to compile and run C++ programs
- Clone the repository:
git clone https://github.com/csepriyaranjan/Student-Management-System.git
- Navigate to the project directory:
cd Student-Management-System
- Compile the program:
g++ main.cpp -o student_management_system
- Run the application:
./student_management_system
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Make your changes and commit them:
git commit -m "Add your message"
- Push to the branch:
git push origin feature/YourFeature
- Create a pull request.
Feel free to reach out for any questions or collaborations: