Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 442 Bytes

File metadata and controls

9 lines (6 loc) · 442 Bytes

Project Details

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.

Usage

  1. Make sure you have the GCC compiler for C++ on Windows.
  2. Run g++ -o target_file_name.exe TESTLIB1.cpp on the command-line in the same directory.
  3. Run the output .exe file generated and follow the instructions at the prompt.