Question: Please use C++ Project: Working with String The primary purpose of this project is to establish a good coding knowledge of anything string. The project
Please use C++
Project: Working with String The primary purpose of this project is to establish a good coding knowledge of anything string. The project involves reading an input file provided along with this project and supporting the following features. 1. Read the entire content of a file including white-spaces, such as, newline and blank spaces. 2. Allow the user to perform the following tasks. a. Search a text. The program receives the search-word from a user, searches the content of the file and returns whether matching words are found or not and how many. b. Search and replace a text. The program reads the search-word and the replacement-word from a user and it replaces the matching words in the content of the file with replacement-word. c. Determines the number of words. d. Determine the number of charactersincluding white-space. 3. The project should provide user-friendly UI with. An example is shown below. 4. Use the provided input text file to test your code. 5. Review the sample code that shows how to read from an input file. 6. You are expected to document and format your source code as shown in the sample code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
