文件名称:library
介绍说明--下载内容均来自于网络,请自行研究使用
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 97288397library.zip 列表 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/