Welcome to the University Management System — a modular C++ project designed to manage all aspects of university operations!
-
Core Entities:
👨🎓 Student
👩🏫 Faculty
📚 Course
🏢 Department -
Major Modules:
📝 Admission
🧑💻 Exams
🏅 Grades
📆 Attendance
📖 Library
🏨 Hostel
💰 Finance
🛠️ Admin Panel -
Utilities:
📂 FileHandler
🗄️ Database
🔐 Auth
📊 Reports
📝 Logger
🖥️ UI
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
- Clone the repository
- Compile all
.cpp
files together - Run the executable
g++ *.cpp -o UniversityManagementSystem
./UniversityManagementSystem
Add screenshots or GIFs here to showcase your UI and features!
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is open source and available under the MIT License.