This repository contains a C++ program that runs on a Command-Line Interface (CLI) and allows adding, removing and updating a list of books searchable by name and category.
- Make sure you have the GCC compiler for C++ on Windows.
- Run
g++ -o target_file_name.exe TESTLIB1.cppon the command-line in the same directory. - Run the output .exe file generated and follow the instructions at the prompt.