https://github.com/sdvcrx/library
https://github.com/sdvcrx/library
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdvcrx/library
- Owner: sdvcrx
- License: wtfpl
- Created: 2014-12-21T10:42:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T08:14:57.000Z (over 10 years ago)
- Last Synced: 2025-03-23T23:44:23.460Z (2 months ago)
- Language: C++
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 图书管理系统 ##
### Build ###
Linux:
make
Windows(mingw):
安装`mingw`,将数据文件(`data.txt`, `user.txt`)和界面`manager.cpp`转换为`gb2312`编码
最好将数据文件换行符格式转为dos格式CRLF
mingw32-make
### Run ###
./book
### LICENSE ###
WTFPL