In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how C++ implements a small library management system. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
The details are as follows
Because of the course design, it is necessary to implement a small library management system.
Contains features:
Problem description:
Design a system to manage the book information, information description: description of the basic information about the system, such as: book name, book number, unit price, author, existence status, borrower's name, gender, student number and so on.
Basic requirements:
Basic functions:
1. The input of basic information of new books.
2. Inquiry of basic information of books.
3. Delete the information of canceling books.
4. Register the borrower.
5. Go through the procedures of borrowing books (non-registered members cannot borrow books).
6. Go through the formalities of returning books.
7. Count the inventory of books and the number of books lent out.
Three text files need to be created: record.txt book.txt reader.txt
Header file for operating.h:
# include#include#include # include#include#include # include using namespace std; int all_stock = 0 for out_stock = 0 int int times=0;void outData (int n) / / n is the number of data per row in txt {for (int item0 int I)
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.