Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.53 KB

Student Management System

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.

Features

  • 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.

Files

  • 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.

Setup

Prerequisites

  • C++ compiler (e.g., g++)
  • Text editor or IDE

Installation

  1. Clone the repository:
    git clone https://github.com/yugalkaushik/student-management.git
    cd student-management
  2. Compile the code:
    g++ main.cpp -o student_management
    

Usage

  1. Run the executable:
      ./student_management

2.Follow the on-screen instructions to manage students and courses.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.