Library Management System

I created a library management software called Kitaab (meaning books in Hindi) which provides functions to efficiently store and manage library data.

Project background

I decided to put to use the skills that I learnt during my C++ programming course. This project uses C++ and OOP concepts including objects, classes, functions, strings and file handling. Following are some of its features:

  • Login System
  • Search, add, modify, view and delete books
  • Issue book
  • Handling returns
  • Fine charging system

Skills used
  • C++
  • Object-oriented programming
  • Exception handling
  • Attention to the needs of end-user