Write a C++ program that reads a list of books from a file named "Books.txt" and stores them in an STL list of strings. You need to solve the following problems: Output all the books in your STL list. Output all books whose titles contain the word "programming." Output all books published before the year 2000. Calculate the average number of characters in the titles of all books. Create a histogram of the number of books published in each decade. Each element in the histogram should represent the count of books published in a specific decade. Take all the books in "Books.txt" and store them in an STL set container. Output all unique authors of the books. Output the total number of entries in your set. Books.txt: The C++ Programming Language, 1985, Bjarne Stroustrup Clean Code: A Handbook of Agile Software Craftsmanship, 2008, Robert C. Martin Programming Python, 2001, Mark Lutz The Hitchhiker's Guide to the Galaxy, 1979, Douglas Adams Design Patterns: Elements of Reusable Object-Oriented Software, 1994, Erich Gamm Code Complete: A Practical Handbook of Software Construction, 1993, Steve McConnell The Pragmatic Programmer: Your Journey to Mastery, 1999, Dave Thomas Introduction to Algorithms, 1990, Thomas H. Cormen

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
You guys use AI tool to answer. Last time I found plagiarism and AI detection in my answer. Now If you will use these things I'll surely give multiple downvotes and will report ⚠️ sure.
Write a C++ program that reads a list of books from a file named "Books.txt" and
stores them in an STL list of strings.
You need to solve the following problems:
Output all the books in your STL list.
Output all books whose titles contain the word "programming."
Output all books published before the year 2000.
Calculate the average number of characters in the titles of all books.
Create a histogram of the number of books published in each decade. Each element
in the histogram should represent the count of books published in a specific decade.
Take all the books in "Books.txt" and store them in an STL set <string> container.
Output all unique authors of the books.
Output the total number of entries in your set.
Books.txt:
The C++ Programming Language, 1985, Bjarne Stroustrup
Clean Code: A Handbook of Agile Software Craftsmanship, 2008, Robert C. Martin
Programming Python, 2001, Mark Lutz
The Hitchhiker's Guide to the Galaxy, 1979, Douglas Adams
Design Patterns: Elements of Reusable Object-Oriented Software, 1994, Erich Gamma
Code Complete: A Practical Handbook of Software Construction, 1993, Steve
McConnell
The Pragmatic Programmer: Your Journey to Mastery, 1999, Dave Thomas
Introduction to Algorithms, 1990, Thomas H. Cormen
Transcribed Image Text:Write a C++ program that reads a list of books from a file named "Books.txt" and stores them in an STL list of strings. You need to solve the following problems: Output all the books in your STL list. Output all books whose titles contain the word "programming." Output all books published before the year 2000. Calculate the average number of characters in the titles of all books. Create a histogram of the number of books published in each decade. Each element in the histogram should represent the count of books published in a specific decade. Take all the books in "Books.txt" and store them in an STL set <string> container. Output all unique authors of the books. Output the total number of entries in your set. Books.txt: The C++ Programming Language, 1985, Bjarne Stroustrup Clean Code: A Handbook of Agile Software Craftsmanship, 2008, Robert C. Martin Programming Python, 2001, Mark Lutz The Hitchhiker's Guide to the Galaxy, 1979, Douglas Adams Design Patterns: Elements of Reusable Object-Oriented Software, 1994, Erich Gamma Code Complete: A Practical Handbook of Software Construction, 1993, Steve McConnell The Pragmatic Programmer: Your Journey to Mastery, 1999, Dave Thomas Introduction to Algorithms, 1990, Thomas H. Cormen
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Algebraic Expressions
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education