Skip to content

Small Assignment demonstrating my C++ style, skills, and design capability

Notifications You must be signed in to change notification settings

evanandresen/checkout_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supermarket receipt program

Requires g++ and makefile

Make commands

  • "make test" runs test suite
  • "make checkout" builds program
  • "make clean" cleans build files

Program Description

This program is concept of checking out store products by barcode. The products are saved by barcode in the product catalog csv file. The products have a barcode, name, price, bulk deal code, and BTGO (buy two get one free) flag. The bulk deal code puts products in a set where every third item is free.

Catalog Checkout

About

Small Assignment demonstrating my C++ style, skills, and design capability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published