Community library Management System

Meant to demostrate basics of Object Oriented Programming in C++

Running via CLI

  1. download C++20 compiler
  2. add the path of g++.exe to environment variables
  3. Run the following command to compile the program g++ main.cpp -o ./build/main.exe -std=c++20
  4. Executing the program ./build/main.exe