L

LIBRARY MANAGEMENT SYSTEM

A library management system is a software application that helps librarians and users to manage library tasks such as book lending, book return, and inventory management.

The problem LIBRARY MANAGEMENT SYSTEM solves

The program allows users to register and issue, return, keep track of their issues and search for books in the library. The administrator has control over the system. It has the following main functions:

Add a new book.
Delete a book.
Display list of all books/issued books.
Issue/ Return a book.

By using this library management system, libraries can streamline their operations and improve their efficiency. With the ability to easily add and remove books, keep track of issues and returns, librarians can spend more time providing valuable services to their users.

Challenges I ran into

I had problems with the following functions:

  1. Delete specefic files from txt files.
  2. Print files in sequence from a txt file.
  3. Include <graphics.h>
  4. VS code problems

I overcame some of them asking help from mentor during the mentorship rounds, however I could not include <graphics.h> in my application.

Technologies used

Discussion