Question: Instructions - Use visual studio. This is a C++ project. Please do accordingly. Create Shopping application that tracks a store's inventory of items and a
Instructions - Use visual studio. This is a C++ project. Please do accordingly.
Create Shopping application that tracks a store's inventory of items and a customer list that allows them to have a shopping cart of items and purchase the items.
Allow a user to:
-login - either as a customer or a manager ( for the manager, have a hard coded password ).
-- list of customers should be stored as a binary file
-create new customer account ( ID and password is all that's needed )
customer 'login' using an ID and password use the hash function to convert the password string before storing the value -
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
