Library Management System

Description

Library Management System | Personal Project | C++ Designed and implemented a console based Library Management System using Object Oriented Programming in C++ via GL environment A library class blueprint to manage Book records and circulation via dynamic memory management Developed basic Book and Library classes Used STL containers to store and manage collection of book objects Implemented functionality to track loaned, returned, existing and non existing books via ISBN and author member variables of classes

How to compile

g++ src/main.cpp -o program

How to Run

./program

Features

  • Library.cpp
  • Library.h
  • Book.cpp
  • Book.h
  • main.cpp

Built With

Share this project:

Updates