Shopper
Created by
anestisZioulis
This is a simple object oriented program written in C++. It was created as an assignment for the lesson "Object Oriented Programming I". The program awaits for the customer to insert some info before it displays the available products he can add to his cart. When he is done with shopping it provides a checkout with the total cost and the shipping cost if total cost is below 200. It was not about making a bugless and feature rich program but to medle with object orienting principles.
