Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 1.97 KB

README.md

File metadata and controls

72 lines (52 loc) · 1.97 KB

Student Management System

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.

Key Features

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

File Handling

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.

Technologies Used

  • C++

Getting Started

Prerequisites

  • A C++ compiler (e.g., g++)
  • Basic knowledge of how to compile and run C++ programs

Installation

  1. Clone the repository:
    git clone https://github.com/csepriyaranjan/Student-Management-System.git
    
  2. Navigate to the project directory:
    cd Student-Management-System
  3. Compile the program:
    g++ main.cpp -o student_management_system
  4. Run the application:
    ./student_management_system

Contributing

Contributions are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeature
  3. Make your changes and commit them:
    git commit -m "Add your message"
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Create a pull request.

Contact

Feel free to reach out for any questions or collaborations: