Develop and submit one single C++ source code file that performs the following operations on the data set: 1) Process the text file into memory by eliminating all but the six letter words Put all and only the six letter words into an std::list of strings • Some words will have capital letters and/or characters that are outside the regular alphabet 2) Iterate through your std::list of strings and take all capital letters and make them lowercase For examples: "Chairs" => "chairs" (and) "PEOPLE" => "people" 3) Iterate through your std::list of strings and erase all words that really aren't words ("2,4-d", "30-30", etc...) ● If any character in a word is not in the alphabet (abcdefghijklmnopqrstuvwxyz) then it doesn't belong 4) Iterate through your std::list of strings and print all words with space separation ●
Develop and submit one single C++ source code file that performs the following operations on the data set: 1) Process the text file into memory by eliminating all but the six letter words Put all and only the six letter words into an std::list of strings • Some words will have capital letters and/or characters that are outside the regular alphabet 2) Iterate through your std::list of strings and take all capital letters and make them lowercase For examples: "Chairs" => "chairs" (and) "PEOPLE" => "people" 3) Iterate through your std::list of strings and erase all words that really aren't words ("2,4-d", "30-30", etc...) ● If any character in a word is not in the alphabet (abcdefghijklmnopqrstuvwxyz) then it doesn't belong 4) Iterate through your std::list of strings and print all words with space separation ●
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...
Related questions
Question
C++ thank You

Transcribed Image Text:Develop and submit one single C++ source code file that performs the following operations on the data set:
1) Process the text file into memory by eliminating all but the six letter words
• Put all and only the six letter words into an std::list of strings
• Some words will have capital letters and/or characters that are outside the regular alphabet
2) Iterate through your std::list of strings and take all capital letters and make them lowercase
• For examples: "Chairs" => "chairs" (and) "PEOPLE" => "people"
3) Iterate through your std::list of strings and erase all words that really aren't words ("2,4-d", "30-30", etc...)
●
If any character in a word is not in the alphabet (abcdefghijklmnopqrstuvwxyz) then it doesn't belong
4) Iterate through your std::list of strings and print all words with space separation
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images

Recommended textbooks for you

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY