Implement a C++ program that :
1. stores in a container the following key words:
CMOS
sCMOS
CCD
sensor
image
2. reads a text file sensors.txt to collects statistical data that show how many times each
keyword appears in the text file
3. Prints a report that shows how many times each keyword has been fond. The keywords must be
sorted according to how many times they have been counted.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |