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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!