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

preview_player
Показать описание
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!
Рекомендации по теме
Комментарии
Автор

Your videos really help a lot. Thanks for uploading.

josephdavis
Автор

How can you compare 2 strings, one element at a time? For instance, if you have 2 strings "0011" and "0010" and you want to perform an OR bitwise operation on it?

JohnnyRelentless
Автор

I really like your cat...
I mean your coding...

uppsmall
Автор

How about removing the first occurrence of the second c-String argument from the first c-string. And returns the index position in the first c string where the second Beas found otherwise return -1 ?

DonCharisma
Автор

hi, how do I compare an array of strings?

EDUPANTING
Автор

Two names please i have a problem with collection of strings compare and sort them... Like sorting by video category

hailuznabu
visit shbcf.ru