NOTE: USING C++ ONLY Implement all the functions from the Question 2 and make a login and sign up module, all the data will be stored in the files and as well as in the linked list, Program will have two modules 1. login 2. sign up Sign Up: In this module the program will ask the user to enter username, password, address, city, phone number, gender and will store the data in the linked list. If the username already exists in the linked list it will ask the user to change the username, all the data will also be stored in the text file.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter13: Structures
Section13.5: Dynamic Data Structure Allocation
Problem 6E
icon
Related questions
Question

NOTE: USING C++ ONLY

Implement all the functions from the Question 2 and make a login and sign up module, all the
data will be stored in the files and as well as in the linked list, Program will have two modules
1. login
2. sign up
Sign Up:
In this module the program will ask the user to enter username, password, address, city, phone
number, gender and will store the data in the linked list. If the username already exists in the
linked list it will ask the user to change the username, all the data will also be stored in the text
file.


Login:

In this module the user will enter its username and password, the program will check if the data
exists in the linked list, if yes then show “Welcome to home screen”, if not then ask the user to
enter the username and password again.
Work Flow:
1. The program will start and all the data from the files will be loaded in the linked list.
2. The login and sign up screen will pop up
3. Apply proper checks, if the file exists or not (Hint: you can use try catch to handle the
exceptions)

Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Stack operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning