Question: Can anyone help me with this C++ programming question? Create C++ program that will extract and display every vowel in a file. You must: Prompt

Can anyone help me with this C++ programming question?

Create C++ program that will extract and display every vowel in a file.

You must:

Prompt a user filename/text file

Read the whole file given by the user and write all vowels in an output file

Track all line breaks via input file and output file

Make sure that the output filename is written similarly to the user input filename; use the user input filename and include "vowels_" at the beginning.

(i.e. if input file given by user is named door.txt write the output as vowels_door.txt)

Perform it all in a single filestream (fstream)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!