Computers and Technology

Using c++ to implement research Library management system which has the following features:
1-Adding a new book in book linked list, the node of linked list of books consists of the following items (Book name, Book ISBN, Number of copies, Head pointer of the copies queue, and Pointer to next book)

2-Adding book copies in copies queue, the node of book copies queue consists of the following items (Copy date, Available or is borrow flag, Borrower, Borrow date, Number of days to return the book set it by default 15 days, Pointer to next copy)
3- Adding book borrow
Update book copies with borrower name and update borrow date and number of days to return the book copy
4- Adding book return
clear borrower and borrow date and number of days to return of the book copy
5-Library inventory

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 19:00, detrickboucicaut
The fourth generation of computers emerged between 1970s and 1980s. which technological advancement brought about this generation of computers? which computer architecture was used most in this generation?
Answers: 3
image
Computers and Technology, 24.06.2019 00:50, anthonycraig0205
3. what is the output of the following statements? temporary object1; temporary object2("rectangle", 8.5, 5); temporary object3("circle", 6, 0); temporary object4("cylinder", 6, 3.5); cout < < fixed < < showpoint < < setprecision(2); object1.print(); object2.print(); object3.print(); object4.print(); object1.set("sphere", 4.5, 0); object1.print();
Answers: 1
image
Computers and Technology, 24.06.2019 04:30, littledudefromacross
Write and test a python program to find and print the largest number in a set of real (floating point) numbers. the program should first read a single positive integer number from the user, which will be how many numbers to read and search through. after reading in all of the numbers, the largest of the numbers input (not considering the count input) should be printed.
Answers: 1
image
Computers and Technology, 24.06.2019 22:00, apexdude2020
Need getting google account back, big issue
Answers: 2
Do you know the correct answer?
Using c++ to implement research Library management system which has the following features:
1...

Questions in other subjects: