Skip to content

MazenMDev/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Student Management System (C++)

A C++ Student Management System for managing students, courses, enrollments, and admin tasks.
Developed as a DSA course project by Mazen Mahmoud and Andrew Hany.

Features

  • Manage students, courses, enrollments, and admins
  • Console-based interface
  • Uses singly linked lists and basic file I/O

Data Files

  • Students.txt
  • Courses.txt
  • Enrollments.txt
  • Admins.txt

How to Run in VS Code

  1. Open the project folder in VS Code.
  2. Make sure you have a C++ compiler installed (e.g., GCC or MSVC).
  3. Open the terminal in VS Code and compile the main file:
g++ main.cpp -o StudentManagement

Run the program

./StudentManagement   # on Linux/Mac
StudentManagement.exe # on Windows

About

A C++ Student Management System for handling students, courses, enrollments, and admin tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages