├── Developer’s Documentation.pdf ├── Feedback.exe ├── LICENSE ├── README.md ├── User's Manual.pdf └── source files ├── Admin.cpp ├── Admin.h ├── Admin ├── ADMIN_LOGIN.txt └── ADMIN_PASSWORD.txt ├── Caesar_Cipher.h ├── Feedback Form ├── Feedback Form.txt └── Submitted Feedbacks │ └── wtw4sv.txt ├── Feedback.cpp ├── Independant_Functions.cpp ├── Independant_Functions.h ├── Project_Headers.h ├── Student.cpp ├── Student.h └── Students ├── WTW3SV.txt ├── WTW4SV.txt └── WTW5SV.txt /Developer’s Documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/Developer’s Documentation.pdf -------------------------------------------------------------------------------- /Feedback.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/Feedback.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/README.md -------------------------------------------------------------------------------- /User's Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/User's Manual.pdf -------------------------------------------------------------------------------- /source files/Admin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Admin.cpp -------------------------------------------------------------------------------- /source files/Admin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Admin.h -------------------------------------------------------------------------------- /source files/Admin/ADMIN_LOGIN.txt: -------------------------------------------------------------------------------- 1 | admin -------------------------------------------------------------------------------- /source files/Admin/ADMIN_PASSWORD.txt: -------------------------------------------------------------------------------- 1 | 45678 -------------------------------------------------------------------------------- /source files/Caesar_Cipher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Caesar_Cipher.h -------------------------------------------------------------------------------- /source files/Feedback Form/Feedback Form.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Feedback Form/Feedback Form.txt -------------------------------------------------------------------------------- /source files/Feedback Form/Submitted Feedbacks/wtw4sv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Feedback Form/Submitted Feedbacks/wtw4sv.txt -------------------------------------------------------------------------------- /source files/Feedback.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Feedback.cpp -------------------------------------------------------------------------------- /source files/Independant_Functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Independant_Functions.cpp -------------------------------------------------------------------------------- /source files/Independant_Functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Independant_Functions.h -------------------------------------------------------------------------------- /source files/Project_Headers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Project_Headers.h -------------------------------------------------------------------------------- /source files/Student.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Student.cpp -------------------------------------------------------------------------------- /source files/Student.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SABERGLOW/Feedback_Management_System/HEAD/source files/Student.h -------------------------------------------------------------------------------- /source files/Students/WTW3SV.txt: -------------------------------------------------------------------------------- 1 | zdol6 -------------------------------------------------------------------------------- /source files/Students/WTW4SV.txt: -------------------------------------------------------------------------------- 1 | zdol7 -------------------------------------------------------------------------------- /source files/Students/WTW5SV.txt: -------------------------------------------------------------------------------- 1 | zdol8 --------------------------------------------------------------------------------