[go: up one dir, main page]

0% found this document useful (0 votes)
78 views9 pages

Library System: Submitted By: Janak Raj Upadhyay Madan Sitoula Sagar Vushal

This document summarizes a library management system project created by students. It includes an acknowledgment section thanking those who guided the project. The introduction provides an overview of the project goals of creating a user-friendly interface for library management without graphics. The objectives section outlines maintaining book data, arranging it logically, and generating reports. The scope includes making the existing system more efficient and limiting books issued to a member.

Uploaded by

sniper
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views9 pages

Library System: Submitted By: Janak Raj Upadhyay Madan Sitoula Sagar Vushal

This document summarizes a library management system project created by students. It includes an acknowledgment section thanking those who guided the project. The introduction provides an overview of the project goals of creating a user-friendly interface for library management without graphics. The objectives section outlines maintaining book data, arranging it logically, and generating reports. The scope includes making the existing system more efficient and limiting books issued to a member.

Uploaded by

sniper
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

LIBRARY SYSTEM

SUBMITTED BY:
JANAK RAJ UPADHYAY
MADAN SITOULA
SAGAR VUSHAL
ACKNOWLEDGMENT

In accomplishment of this project we would like to add a few words of


appreciation for the people who have guide and assisted us in getting this
outcome.
We owe our profound gratitude to our project guide Mr. Navin bhushal, who
took keen interest on our project work and guided us all alone. Till the
completion of our project work by providing all the necessary information for
development of this application. His constant suggestions for improvement
made our easier.
We heartily thanks our internal project guide, Mr. Bikesh Neupane, for this
guidance and suggestion during this project work. We would also like to thank
our H.O.D Mr. RajuKattel for whole hearted support.
Lastly, we are thankful and fortunate to get support and remarks from our
colleagues and everyone else who directly or indirectly helped us through in
completion.


INTRODUCTION::

The mini project Library Management is the sample project for managing
library. The project aims at developing library management system using the C
language that enables an organization to maintain its library.
The project demonstrates the creation of a user interface of a system, without
the use of C Graphics library.
The application uses basic C function to generate menus, show message boxes
and print text on the screen.
To display customized text with colors and fonts according to application
requirements, functions have been created in the application, which fetch the
exact video memory addresses of a target location, to write text at a particular
location.
The application also implements the concept of structures to define the library
items. It also effectively applies the various C concepts such as file operations,
looping and branching constructs and string manipulation functions.

OBJECTIVES::

The main objective of Library system is given below:

Maintains data about the books of the library.


Arranging data in logical order for easy maintenance.
Collection of data about books which are issued.
Collection of data about books which are returned.
Generation of various reports according to the management request.

SCOPE AND LIMITATIONS::

The scopes of our project Library Management System are:

To make the existing system more efficient.


To provide a user friendly environment where user can be serviced better.
Make functioning of library faster.
Provide a system where the library staff can catch defaulters and not let them escape.
To minimize the loss done to books.

The limitations of our project Library Management System are:


Same book with same book name and author cannot be issued to a member at a time.
No more than 50 books can be stored in store of same name and author

OBJECTIVES::

The main objective of Library system is to provide a

Some of its sub objectives are:

Maintains data about the books of the library.


Arranging data in logical order for easy maintenance.
Collection of data about books which are issued.
Collection of data about books which are returned.
Generation of various reports according to the
management request.
SCOPE AND LIMITATIONS

The scopes of our project Library Management


System are:

To make the existing system more efficient.


To provide a user friendly environment where user can be
serviced better.
Make functioning of library faster.
Provide a system where the library staff can catch
defaulters and not let them escape.
To minimize the loss done to books.
The limitations of our project Library
Management System are:
Same book with same book name and author
cannot be issued to a member at a time.
No more than 50 books can be stored in store
of same name and author
CONCLUSION

The main aim of the project was to learn basics if procedure oriented
programming in field. Hence we applied the theoretical knowledge of C/C++ -
Language to develop Library System as per covered by our knowledge.
The mini project not only gave us a practical use of program but also
helped us in save our time in college when we bring books from college and
return book in library thats time it make easy for student and keep the record
of every student clearly etc. above all it taught us that we could do something
useful with c-programming. It also gave us a taste of being programmer which
will be very useful in our future.
Thus we can predict that we succeeded on our aim and the problem we
faced will make us more confident in C-Language.

You might also like