下载资源后端资源详情
book_manage_system-master.zip
资源来源:本地上传资源
文件类型:ZIP
大小:798.92KB
评分:
5.0
上传者:2401_86268542
更新日期:2024-07-21

基于C++的图书管理系统

资源文件列表(大概)

文件名
大小
book_manage_system-master/
-
book_manage_system-master/.gitignore
270B
book_manage_system-master/hellohello/
-
book_manage_system-master/hellohello/hellohello/
-
book_manage_system-master/hellohello/hellohello/Book.cpp
76B
book_manage_system-master/hellohello/hellohello/Book.h
347B
book_manage_system-master/hellohello/hellohello/book.txt
73B
book_manage_system-master/hellohello/hellohello/bookMgr.cpp
3.88KB
book_manage_system-master/hellohello/hellohello/bookMgr.h
556B
book_manage_system-master/hellohello/hellohello/Clerk.cpp
79B
book_manage_system-master/hellohello/hellohello/Clerk.h
263B
book_manage_system-master/hellohello/hellohello/clerk.txt
31B
book_manage_system-master/hellohello/hellohello/ClerkMgr.cpp
2.69KB
book_manage_system-master/hellohello/hellohello/ClerkMgr.h
676B
book_manage_system-master/hellohello/hellohello/hellohello.cpp
12.72KB
book_manage_system-master/hellohello/hellohello/hellohello.vcxproj
8.67KB
book_manage_system-master/hellohello/hellohello/hellohello.vcxproj.filters
2.12KB
book_manage_system-master/hellohello/hellohello/hellohello.vcxproj.user
162B
book_manage_system-master/hellohello/hellohello/pch.cpp
195B
book_manage_system-master/hellohello/hellohello/pch.h
46B
book_manage_system-master/hellohello/hellohello/Student.cpp
89B
book_manage_system-master/hellohello/hellohello/Student.h
146B
book_manage_system-master/hellohello/hellohello/student.txt
10B
book_manage_system-master/hellohello/hellohello/studentMgr.cpp
2.02KB
book_manage_system-master/hellohello/hellohello/studentMgr.h
554B
book_manage_system-master/hellohello/hellohello.sln
1.81KB
book_manage_system-master/hellohello/x64/
-
book_manage_system-master/hellohello/x64/Debug/
-
book_manage_system-master/hellohello/x64/Debug/hellohello.ilk
1.99MB
book_manage_system-master/hellohello/x64/Debug/hellohello.pdb
1.36MB
book_manage_system-master/LICENSE
11.09KB
book_manage_system-master/说明图.PNG
93.17KB
book_manage_system-master/项目说明.doc
104KB

资源内容介绍

1. 类的设计Book类属性:书名、作者、ISBN号、出版社、价格等。方法:构造函数、获取书籍信息、设置书籍信息等。Library类属性:存储书籍的容器(例如vector或map)、管理员信息等。方法:添加书籍、删除书籍、借阅书籍、归还书籍、搜索书籍等。User类属性:用户名、借阅书籍列表等。方法:构造函数、借阅书籍、归还书籍、获取借阅列表等。2. 主要功能图书管理功能添加书籍:管理员可以添加新书籍到系统中。删除书籍:管理员可以删除现有书籍。查找书籍:用户可以根据书名、作者或ISBN号查找书籍信息。借阅管理功能借阅书籍:用户可以借阅书籍,系统会更新书籍的借阅状态和用户的借阅记录。归还书籍:用户归还书籍,系统更新书籍的可借状态和用户的借阅记录。用户管理功能注册账号:新用户可以注册账号并进行登录。登录系统:已注册用户可以通过用户名和密码登录系统。

用户评论 (0)

发表评论

captcha

相关资源