Create library management in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Create library management in c++

Build library management system where user can enter name, price, author, publisher, due date and level for each book. Once 5 book stored in the structure of software. You can answer 1- Print all books when user enter the particulars level 2- count price of all book in library 3- print books with upcoming due date in next week 4- print books belong to particular author Develop your system using an array of structure when you did then define function to give answers

5th Feb 2018, 9:00 PM
Chand Kumar
Chand Kumar - avatar
3 Answers
+ 2
Sounds very specific, especially with only in C++. Is this maybe your homework?
5th Feb 2018, 9:10 PM
Jacob Pembleton
Jacob Pembleton - avatar
+ 1
yes it is
5th Feb 2018, 9:45 PM
Chand Kumar
Chand Kumar - avatar
+ 1
I think you should use it using OPP concept like structures in classes (c++)
3rd Apr 2018, 6:12 PM
Muhammad Zubair Irshad
Muhammad Zubair  Irshad - avatar