Your friend is building his own application for CSCI217 course project and would like your help to implement the user registration functionality. Your friend keeps the names of his users in the text file users.txt (you will find it uploaded with the quiz on m0odle). Each time your program runs it should take a group of users that require to register for your friend's system. You are required to check: 1. If the required name does not exist, then register the user successfully (by displaying "Registered successfully" and adding him to your existing users. 2. If the required name already exists, then you should assign a new name for him consisting of the required name plus an integer n and print the new name on the console. For example, if you already have the name “Ahmed" and two users would like to register with the name "Ahmed" then you will give the first user the name "Ahmed1" and the second user the name “Ahmed2". Requirements: 1. You must use the most proper STL container to implement your function.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Write using C++

Description:
Your friend is building his own application for CSCI217 course project and would like your
help to implement the user registration functionality.
Your friend keeps the names of his users in the text file users.txt (you will find it uploaded
with the quiz on moodle). Each time your program runs it should take a group of users that
require to register for your friend's system.
You are required to check:
1. If the required name does not exist, then register the user successfully (by displaying
"Registered successfully" and adding him to your existing users.
2. If the required name already exists, then you should assign a new name for him
consisting of the required name plus an integer n and print the new name on the
console. For example, if you already have the name "Ahmed" and two users would
like to register with the name "Ahmed" then you will give the first user the name
"Ahmed1" and the second user the name “Ahmed2".
Requirements:
1. You must use the most proper STL container to implement your function.
Sample Input:
Assume you have a text file containing the following names:
Transcribed Image Text:Description: Your friend is building his own application for CSCI217 course project and would like your help to implement the user registration functionality. Your friend keeps the names of his users in the text file users.txt (you will find it uploaded with the quiz on moodle). Each time your program runs it should take a group of users that require to register for your friend's system. You are required to check: 1. If the required name does not exist, then register the user successfully (by displaying "Registered successfully" and adding him to your existing users. 2. If the required name already exists, then you should assign a new name for him consisting of the required name plus an integer n and print the new name on the console. For example, if you already have the name "Ahmed" and two users would like to register with the name "Ahmed" then you will give the first user the name "Ahmed1" and the second user the name “Ahmed2". Requirements: 1. You must use the most proper STL container to implement your function. Sample Input: Assume you have a text file containing the following names:
Ahmed
Mohamed
Rameez
Yasmin
Ali
And the input from the console was as follows:
4
Rameez
Ali
Ali
Salma
kpected Output:
Expected Output on the console:
Rameezl
Alil
Ali2
Registered successfully
Expected Content inside users.txt file:
Ahmed
Mohamed
Rameez
Transcribed Image Text:Ahmed Mohamed Rameez Yasmin Ali And the input from the console was as follows: 4 Rameez Ali Ali Salma kpected Output: Expected Output on the console: Rameezl Alil Ali2 Registered successfully Expected Content inside users.txt file: Ahmed Mohamed Rameez
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY