KEMBAR78
Library Management System | PDF | Libraries | Database Index
0% found this document useful (0 votes)
509 views23 pages

Library Management System

The document describes a library management system created to systematically manage library records and transactions. It allows users to add, modify, delete, search, issue, and deposit books as well as view records. Some limitations include not checking if students have returned all books before deleting records and not tracking late fees. The system was created using C programming language functions and header files to allow computerized management of the library instead of a manual paper-based system.

Uploaded by

Ikechukwu Okey
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
509 views23 pages

Library Management System

The document describes a library management system created to systematically manage library records and transactions. It allows users to add, modify, delete, search, issue, and deposit books as well as view records. Some limitations include not checking if students have returned all books before deleting records and not tracking late fees. The system was created using C programming language functions and header files to allow computerized management of the library instead of a manual paper-based system.

Uploaded by

Ikechukwu Okey
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

(Purbanchal University)

Project Co-ordinator Er. Bhanu Bhakta Pokhrel Project Supervisor Er. Pranav Nandan Er. Anand Singh

Library is the collection of different types of books. It provides Books for large number of readers.

Thus we need software for managing the Library.


Library Management System Software provides

the systematic handling the records of books


and readers.

Quit often ,in must of librarian today many of

the transactions are done manually.


such system creats haphazard records of library.

Manual system can give only the information


about the book issued by the students . While updating data mispacing records ,redundancy problem etc.

We creat a computerzied solution for such

problem.
This system is specially built to track information

about all students and book details.


search for desired book index system make less time consuming .

to record the books detail. to record the members details. Reliable as information is stored logically than physically. Faster search of available books and

members than by hand.


it saves time for the management of library.

ADD, MODIFY and DELETE the books and members record. SEARCH Books by ID, NAME, AUTHOR, INDEX. SEARCH Members by ID, NAME. ISSUES and DEPOSIT the books. Keep records of the issued books by individual members. View the records of books stock, members and issued books. Help option is provided for the user.

Key Words
char int float for if switch textmode do while exit goto gotoxy

Header Files
#include<stdio.h> #include<conio.h> #include<string.h> #include<stdlib.h>

User defined Functions


int main void() bookarea() memberarea() delete() modify() search() issue() deposit() reference() records() fpassword() seetings() mainscreen()

viewbookrecord() viewmemberrecord() rarea() border() choice2() choice1() bookbox() memberbox() box()

1st View after running program (Login)

Main Screen

BOOK AREA (Blue color)

Adding Book

BOOK Record

Search

Member

Book Issue

Help

While deleting the student record it does not search for the information that if the student has submitted all the book or not. Accessing number doesnt auto increment. It does not record the fine. Without care of fine it issues the book.

E Balaguruswamy, ANSI C, 3rd EDITION,Tata McGraw-Hill Publishing company Ltd.7,West Patel Nagar,New Delhi-110008,2008

Yashavant P. Kanetkar, Let us C, 11th EDITION,BPB Publication,B-14,Cannaught Place,New Delhi110001,2011 Jeffrey A. Hoffer,Joey F. Goerge,Joseph S. Valacich,Parbin K. Panigrahi, System Analysis & Design, 3rd EDITION,Darling Kindersley (India ) Pvt. Ltd. Patpargang,Delhi-1110017,2008

You might also like