Question: This assignment will give you more experience working as a team on the use of: 1 . Loops & Files 2 . Decision Structures 3
This assignment will give you more experience working as a team on the use of:
Loops & Files
Decision Structures
Functions
Structures
Menus
In this project use C to develop a library management program that maintains the library book list. The goal is to ensure that all team members participate and share the load of the work and produce a working program.
The program must allow the librarian to add copies of books, add clients, let a client check out ie borrow books, and let a client checkin ie return books.
PROJECT DESCRIPTION SPECIFICATIONS
In this programming assignment, you will develop a project that implements an engineering library. You will implement and test structures in this project. They are the BookType, ClientRecord.
Functions needed for the program are:
A addBook function
A addClient function
A saveBookList function
A borrowBook function.
A returnBook function.
Structures should include:
The six comparison operators.
The assignment operator
The operator as a friend function
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
