FLEX Management System is a console-based Student Management System developed in C++ using Object-Oriented Programming.
This system manages students, teachers, courses, attendance, marks, and fees using file handling (.txt files) as a simple database.
- Admin Login
- Secure credential check
- Add Students
- Add Teachers
- Add Courses
- Manage Registrations
- Manage Attendance
- Manage Marks
- Manage Fees
All data is stored using text files:
students.txtteachers.txtcourses.txtattendance.txtmarks.txtfees.txtregistrations.txt
+ C++
+ Object-Oriented Programming (OOP)
+ File Handling (Text Files)
+ Console-Based InterfaceFLEX-Management-System/
│── main.cpp
│── students.txt
│── teachers.txt
│── courses.txt
│── attendance.txt
│── marks.txt
│── fees.txt
│── registrations.txt
│── Screenshots/
│── README.md
- Open the project in any C++ IDE (VS Code / Dev-C++)
- Compile
main.cpp - Run the program
Username: admin
Password: admin123
- GUI Version (Qt / Web)
- Database Integration (MySQL)
- Multi-user Authentication
Vainkut Kumar
Developed as an OOP Final Project.
If you like this project, give it a ⭐ on GitHub!








