Welcome to the Student Management System repository! This project is designed to provide a simple yet effective way to manage student information and course details using C++ programming language. Whether you're tracking student records, managing course enrollments, or generating reports, this system aims to streamline administrative tasks in educational settings.
- Add Student: Allows adding new students with their details.
- List Students: Displays a list of all students enrolled.
- Add Course: Enables adding new courses offered.
- List Courses: Shows a list of available courses.
- Enroll Student: Enrolls a student in a course.
- Display Student Information: Displays detailed information about a student.
- main.cpp: Contains the main code for the student management system.
- students.txt: Stores information about the students.
- courses.txt: Stores information about the courses.
- C++ compiler (e.g., g++)
- Text editor or IDE
- Clone the repository:
git clone https://github.com/yugalkaushik/student-management.git cd student-management
- Compile the code:
g++ main.cpp -o student_management
- Run the executable:
./student_management
2.Follow the on-screen instructions to manage students and courses.
Contributions are welcome! Please fork the repository and submit a pull request.