c++ program : the program will be able to show how many words in the file.txt. And be able to  show the first 10 words and the number of the occurences of each word .   I attached a pic there  in the beginning showing how many word in a file.txt ( it's not necessary that you have to choose file with 2000 words) and then show first 10 words and how many were of them in the file.  The file will contain signs and numbers as well but we will not count them. We can use the erase function  . Any file or we can write a few lines there a few repated , numbers and signs like , or : or ?

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

c++ program :

the program will be able to show how many words in the file.txt. And be able to  show the first 10 words and the number of the occurences of each word .  
I attached a pic there 

in the beginning showing how many word in a file.txt ( it's not necessary that you have to choose file with 2000 words)

and then show first 10 words and how many were of them in the file.

 The file will contain signs and numbers as well but we will not count them. We can use the erase function  .

Any file or we can write a few lines there a few repated , numbers and signs like , or : or ? 

g++ -c -Wali labb04.cpp
g++ -o labb04 labb04.o
·/labb04
.--BEGIN-
The file "hitchhikersguide.txt" has a total word count of 46762 words.
-- Of which the below 10 words are the most common accurring:
The word "the" occurS 2536 times
The word "of" occurs 1258 times
The word "a" occurs 1199 times
The word "to" occurs 1185 times
The word "and" occurs 1184 times
The word "it" occurs 798 times
The word "he" occurs 788 times
The word "said" occurs 681 times
The word "in" occurs 630 times
The word "was" occurs 607 times
The last longest word in the file is nnnnOODDOnyyyyyyyuuuuuuurrrrrrrggggggghhhhh
==THE-END=:
Transcribed Image Text:g++ -c -Wali labb04.cpp g++ -o labb04 labb04.o ·/labb04 .--BEGIN- The file "hitchhikersguide.txt" has a total word count of 46762 words. -- Of which the below 10 words are the most common accurring: The word "the" occurS 2536 times The word "of" occurs 1258 times The word "a" occurs 1199 times The word "to" occurs 1185 times The word "and" occurs 1184 times The word "it" occurs 798 times The word "he" occurs 788 times The word "said" occurs 681 times The word "in" occurs 630 times The word "was" occurs 607 times The last longest word in the file is nnnnOODDOnyyyyyyyuuuuuuurrrrrrrggggggghhhhh ==THE-END=:
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
File Input and Output 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
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