Question: Using C++ create a program which allows the following: - registration of new users - login of user - login of admin/manager - exit program
Using C++ create a program which allows the following:
- registration of new users
- login of user
- login of admin/manager
- exit program
Users should be provided with 3 attempts to login. Any data should be stored in relevant files and be able to be retrieved.
Step by Step Solution
3.46 Rating (149 Votes )
There are 3 Steps involved in it
Answer Below is a simple C program that implements the functionalities you described registration of new users login of users login of adminmanager and exiting the program The user data is stored in r... View full answer
Get step-by-step solutions from verified subject matter experts
