An open API service indexing awesome lists of open source software.

https://github.com/idaljeetsingh/library-management-system

A 'C' project on Library Management System using File Handling to store the records of the books and members of a Library.
https://github.com/idaljeetsingh/library-management-system

c file-handling file-handling-in-c library-management-system project

Last synced: 11 months ago
JSON representation

A 'C' project on Library Management System using File Handling to store the records of the books and members of a Library.

Awesome Lists containing this project

README

          

# Library Management System

# Description:

A C project that uses File Handling to store the records of Books & Members in a .BIN file and let the operator to perform following operations:

* Add, Delete, Issue & Return Book");
* Add & Delete Member

# Limitations:

The project is still under development and may have bugs at different stages.

# Screenshots:

![1](/Screenshots/1.png)

![2](/Screenshots/2.png)