This project is written in C++ for Advanced Programming midterm project. These are some features that are implemented:
- The code is modular and every part and library can be used independently.
- We have implemented object-oriented programming (OOP) principles and design patterns in the project.
- The project also contains a CLI that can be use to intergate with the functions and features.
For running the code you can use the command below 👇 :
g++ main.cpp && ./a.out