C++ String Comparison (using String.Compare, String Methods, Loops)

Coding Homework
Coding Homework
35.3 هزار بار بازدید - 10 سال پیش - C++ String ComparisonWrite a program
C++ String Comparison

Write a program that asks the user to enter two names and store them in string objects.. It should then report whether they are the same or not, ignoring case,  To help accomplish its task, it should use two functions in addition to main(). The functions are: StringUppercaseIt(string s) boolean sameString(string s1, string s2)

The sameString function, which receives the two strings to be compared, will need to call uppercaseIt for each of them before testing if they are the same. The uppercaseIt function should use a loop so that it can call the toupper function for every character in the string it receives before returning it back to the sameString function.

Learning to code? Follow my C++ tutorials for beginners. I do a lot of C++ programming challenges and C++ projects as part of my homework - every day!
If you are learning to program, nothing beats solving real programming exercises and coding challenges.
So don't forget to subscribe, as I release new programming videos every day!
10 سال پیش در تاریخ 1393/09/10 منتشر شده است.
35,375 بـار بازدید شده
... بیشتر