Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Database Migration To Azure Data Modernization For The Enterprise

Authors: Kevin Kline, Denis McDowell, Dustin Dorsey, Matt Gordon

1st Edition

1484282299, 978-1484282298

More Books

Students also viewed these Databases questions

Question

Question What is the advantage of a voluntary DBO plan?

Answered: 1 week ago