Overview
ShopLocal++ is a C++ console application that simulates product browsing, cart management, and checkout.
Implementation
The program models customer, product, and shopping-cart classes, reads inventory data with file streams, calculates totals, and guides users through a menu-driven purchase flow.
Interaction flow
Product file → inventory and customer objects → menu-driven cart updates → total calculation → checkout.