Introduction - If you have any usage issues, please Google them yourself
Library is an interactive library management system. In this assignment, you will implement a simplified version of this system for HKUST. You must use object-oriented technique (classes, data encapsulation, information hiding, etc.) to implement the system.
Packet : 97288397library.zip filelist
project1/Course.cpp
project1/Course.hpp
project1/CourseMenu.cpp
project1/CourseMenu.hpp
project1/CourseRegistration.cpp
project1/CourseRegistration.hpp
project1/CourseSelection.cpp
project1/CourseSelection.hpp
project1/database.dat.txt
project1/FileMenu.cpp
project1/FileMenu.hpp
project1/hash.cpp
project1/hash.hpp
project1/linklist.hpp
project1/main.cpp
project1/MainDisplay.hpp
project1/makefile
project1/README.txt
project1/ReportMenu.cpp
project1/ReportMenu.hpp
project1/Student.cpp
project1/Student.hpp
project1/StudentMenu.cpp
project1/StudentMenu.hpp
project1/