using the find, length, substr, and ignore functions, I need to read in a string from a file that has a unique character within the sentence. Using the manipulators I need to write to an outfile the sentence correctly without that unique character.
I know how to read in and output the string, but cannot seem to figure out how to manipulate it.
Help, Please.