Skip to content

A modular C++ project for managing university operations, including student, faculty, courses, departments, admissions, exams, grades, attendance, library, hostel, finance, and admin panel. Includes utilities for file handling, database, authentication, reports, and logging.

Notifications You must be signed in to change notification settings

syntaxcrafterdev/university-management-system-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 University Management System

Welcome to the University Management System — a modular C++ project designed to manage all aspects of university operations!


🚀 Features

  • Core Entities:
    👨‍🎓 Student
    👩‍🏫 Faculty
    📚 Course
    🏢 Department

  • Major Modules:
    📝 Admission
    🧑‍💻 Exams
    🏅 Grades
    📆 Attendance
    📖 Library
    🏨 Hostel
    💰 Finance
    🛠️ Admin Panel

  • Utilities:
    📂 FileHandler
    🗄️ Database
    🔐 Auth
    📊 Reports
    📝 Logger
    🖥️ UI


📁 Project Structure

UniversityManagementSystem/
├── Student.h / Student.cpp
├── Faculty.h / Faculty.cpp
├── Course.h / Course.cpp
├── Department.h / Department.cpp
├── Admission.cpp
├── Exams.cpp
├── Grades.cpp
├── Attendance.cpp
├── Library.cpp
├── Hostel.cpp
├── Finance.cpp
├── AdminPanel.cpp
├── FileHandler.h / FileHandler.cpp
├── Database.h / Database.cpp
├── Auth.h / Auth.cpp
├── Reports.h / Reports.cpp
├── Logger.h / Logger.cpp
├── UI.h / UI.cpp
└── README.md

🛠️ Getting Started

  1. Clone the repository
  2. Compile all .cpp files together
  3. Run the executable
g++ *.cpp -o UniversityManagementSystem
./UniversityManagementSystem

✨ Screenshots

Add screenshots or GIFs here to showcase your UI and features!


📣 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.


📄 License

This project is open source and available under the MIT License.


About

A modular C++ project for managing university operations, including student, faculty, courses, departments, admissions, exams, grades, attendance, library, hostel, finance, and admin panel. Includes utilities for file handling, database, authentication, reports, and logging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages