Using c++ : please help
This is an individual assignment. STRICTLY NO COPYING from other sources except codes given in this co'rse. If detected all parties involved will get 0 marks Assignment Write a program which can 1. let the user search for a word from a set of ten text files (named 1.txt to 10.txt), and 2. for each occurrence of the word, display the file name, the line number and the line of text where the occurrence is. The program should run in a loop for the user to eonduct different searches until the user searches until the user decide to quit the program. The search is of the program before the searches begin, generate the indices and store them in memory Select and implement the appropriate data structure(s) to store the indices. You may write your own codes and / or use the STL container(s) to be carried out by using indices to words in the text files. At the beginning When generating indices, filter out all non-alphanumerie characters first and ignore words in Stop Words.txt. Only index words which are formed from 'a-z, 'A-Z' and '0-9 There is also no need for the indices to be case sensitive. Design your own user interface to facilitate the above featuwes Deliverables a) C++ Source code in one file only named using the format This is an individual assignment. STRICTLY NO COPYING from other sources except codes given in this co'rse. If detected all parties involved will get 0 marks Assignment Write a program which can 1. let the user search for a word from a set of ten text files (named 1.txt to 10.txt), and 2. for each occurrence of the word, display the file name, the line number and the line of text where the occurrence is. The program should run in a loop for the user to eonduct different searches until the user searches until the user decide to quit the program. The search is of the program before the searches begin, generate the indices and store them in memory Select and implement the appropriate data structure(s) to store the indices. You may write your own codes and / or use the STL container(s) to be carried out by using indices to words in the text files. At the beginning When generating indices, filter out all non-alphanumerie characters first and ignore words in Stop Words.txt. Only index words which are formed from 'a-z, 'A-Z' and '0-9 There is also no need for the indices to be case sensitive. Design your own user interface to facilitate the above featuwes Deliverables a) C++ Source code in one file only named using the format