0
Can guys help me to do C programming for library management system 😭
Please
4 ответов
+ 1
Post the problem first and your try.
+ 1
The software to be produced is on Library Management System: Borrowing and
Returning of Books. The first procedure is the registration of the people who arrive
to the library. Admin/librarian has the authority to add, delete or modify the details
of the book available to or from the system. A person can search and borrow the
book for particular days. All the information will be view in MY transaction.
Develop a complete program to automate the existing system so that searching,
borrowing and returning books. The program MUST be able to:
i. Have a Main MENU to select:
a. User/Members
b. Administration Staff/ Librarian
ii. User/Members menu able to select:
a. Registration/Login
b. Search for a book
c. MY transactions
d. Exit User
iii. Login system for administration staff/librarian which able to :
a. Add new book
Example of book information:
- The book title
- The name of the Author(s)
- The name of the Publisher
b. Add a member
Example of member information:
- Name
- Member ID
-
+ 1
Email
- Expired
c. Remove a book
+ 1
Borrowing of Books
e. Returning of Books
f. Logout