Library Management System Project in C

codewithc 22,862 views 7 slides Jun 01, 2015
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

Library Management System is a simple console application without graphics, developed using C programming language. It is compiled in Code::Blocks using GCC compiler.

This mini project utilizes various aspects of the C language such as functions, arrays, pointers, file handling, and data structure....


Slide Content

Library Management Syste m Project in C www.codewithc.com

Project Abstract Library Management System is a simple console application without graphics, developed using C programming language. It is compiled in Code::Blocks using GCC compiler. This mini project utilizes various aspects of the C language such as functions, arrays, pointers, file handling, and data structure. With this simple application, users can perform all the basic book-related operations and features provided by today’s advanced library management software.

Features The key features of library management system are: Add books Return books Issue books Delete record of books issued View record of books issued Password for administrator to use the system Books are categorized into different departments

Screenshots 1) Main Menu

2) Select Categories

3) Add Book

Thank You! This project is available for free download at: http://www.codewithc.com/mini-project-in-c-library-management-system/