https://github.com/xaxys/libadmin
A Simple Library Management System 图书管理系统 纯C
https://github.com/xaxys/libadmin
Last synced: 3 months ago
JSON representation
A Simple Library Management System 图书管理系统 纯C
- Host: GitHub
- URL: https://github.com/xaxys/libadmin
- Owner: xaxys
- Created: 2020-12-08T13:34:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T11:35:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T07:23:18.497Z (5 months ago)
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libadmin
A Simple Library Management System
## 1. Reasons for this project
This project is the curriculum design of "C language course". It is written for one of my friends in WHU.
## 2. Comments and Considerations
* The enviroment I developed this project on Windows that time. So if you are Linux or macOS user, maybe you can't run this project code normally.
* Do your homework for yourself. You can learn for reference, but it's better not to plagiarize.
## 3. Encoding format
Text is encoded with **UTF-8**, If will find error about text format. Change your code page to **UTF-8 (65001)** maybe solve it. I have already added `chcp 65001` command at the beginning of this program.
## 4. Helps
If you have any question, please pull up some issues and requests.