C++: Create a standalone program that performs the tasks below. Start by solving task one and complete that task before starting task 2. Your program should read the files mentioned from the "current working directory". All files are in text format with "\ n" at the end of the line. If you wish, you can use pipes and redirects to solve the file reading and printing instead of std :: ifstream and std :: ofstream. In that case, comment on it in the code along with examples of how the program is used. The file names.txt contains names and social security numbers in the following form. The file contains several people: First Name Last Name YYMMDDNNNN Address bar Your task is to convert the input data into the form: Surname, First name Address bar The output should indicate whether the person is a man or a woman. For example, for a man it may say: Last name, First name [M] Address bar * YYMMDDNNNN: All those registered in Sweden are given a personal identity number as identification. A person who has been given a number will keep the same number for their whole life. This means that the personal identity number does not change e.g. if you move from or to Sweden. The personal identity number gives the date of birth of the person, a birth number, and a check digit. The only information that can be read from a personal identity number are date of birth and sex. The sex is shown by the second last number in the personal identity number, which is odd for men and even for women. More information about personal identity numbers is available in the brochure “Persnummer” (Personal Identity Numbers) Ex: 9910230493 (Male because 9 is an odd number is assigned to males) EX: 9910230467 (Female because 6 is an even number to females).

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

C++:

Create a standalone program that performs the tasks below. Start by solving task one and complete that task before starting task 2.
Your program should read the files mentioned from the "current working directory".
All files are in text format with "\ n" at the end of the line.
If you wish, you can use pipes and redirects to solve the file reading and printing instead of std :: ifstream and std :: ofstream.
In that case, comment on it in the code
along with examples of how the program is used.

The file names.txt contains names and social security numbers in the following form. The file contains several people:
First Name Last Name
YYMMDDNNNN
Address bar

Your task is to convert the input data into the form:
Surname, First name
Address bar

The output should indicate whether the person is a man or a woman. For example, for a man it may say:
Last name, First name [M]
Address bar

* YYMMDDNNNN: All those registered in Sweden are given a personal identity number as identification. A person who has been given a
number will keep the same number for their whole life.
This means that the personal identity number does not
change e.g. if you move from or to Sweden.
The personal identity number gives the date of birth of the
person, a birth number, and a check digit. The only information that can be read from a personal identity number
are date of birth and sex. The sex is shown by the second
last number in the personal identity number, which is odd
for men and even for women. More information about personal identity numbers is available in the brochure “Persnummer” (Personal Identity Numbers)
Ex: 9910230493 (Male because 9 is an odd number is assigned to males)
EX: 9910230467 (Female because 6 is an even number to females).

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

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