Believe me, building a library management software in C++ is always a difficult thing. I have done library management software in java, c# and felt so much easiness in getting things done. Yet, this was my first library management software. Here I am going to share a simple library management program in C++ / Cpp as console application for schools and colleges. This program took me around 4 months to complete. The code is written as simple as possible. During the initial stage there were only just book issue and book submission modules. Later i have added more and more functions to improve Library Assistant. Thanks to Object Oriented Programming.
Features
Simple and easy User Interface

Ability to add and edit students, books

Dedicated Admin Panel

Barcode Reader Support
Bar code is supported for book issue and book submission process.
Organize Members by their Class / Level

Library Overview Panel on Startup

Multithreaded book and member search

Single-click Book Submission

The source code is developed using Visual Studio 2010.
How to run the program ?
- Download the zip file from above link
- Run Library Management System.exe
- The default password is ‘PPM’ (case sensitive).
- Done !
Read About Java Implementation of Library Software; Library Assistant 4
Keywords : Library Management system c++ – Library Management software c++