Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ program using netbeans Idea Libraries usually face problems with managing their books and keeping track with who is borrowing and who is supposed to
C++ program using netbeans
Idea
Libraries usually face problems with managing their books and keeping track with who is borrowing and who is supposed to return the books. Our program will keep track of the books, students and when they should return them. Organizing them according to ID numbers, names of book and authors name. Each student will have 15 days to return the book from the initial date.
How will it work?
The program will have a class called student, which will have the name of the student, their ID number and the book they borrowed as a parameter. Another class will be the books class, containing the name, author and ID number of the book. Several functions will be designed to add and remove students from the system by the admins. The books and students data will be stored in an external text file.There will be several types of books, each type will be available for either the students or the professors only.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started