Question: Write a complete C++ program to process lines of text from and to files. The command-line arguments are the input file name and output file

Write a complete C++ program to process lines of text from and to files. The command-line arguments are the input file name and output file name, in that order. Process lines from the input file as follows: for each line, print the line, then print each of the tokens on the line, one per line. You may assume lines are no more than 100 characters long. Tokens are delimited by space, comma and period. After the end of the input file, print the total number of lines and tokens processed with reasonable descriptive text. All output except error messages go to the output file. Do not add comments. 40 points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
