Question: This is for C++ When given two strings as input, we must write a program that checks if one string is a substring of the

 This is for C++ When given two strings as input, we

This is for C++

When given two strings as input, we must write a program that checks if one string is a substring of the other. If so, capitalize substring then print the new capitalized string. We must also ignore case when comparing strings Use old style c-strings (character arrays) or the string (#include ) . . . Example) Please enter the input filename: input.txt Please enter the output filename: output.txt The original strings are: Compile Pile/ Pile is a substring of Compile The new string is: "ComPILE" Content has been written to the file output.txt

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!