Hello,
I am sorry if I am boring you, but I know of toupper() and tolower(). Is there a toProper() in C++?
Proper case is the first letter of the word is in uppercase while all other letters of the word are in lowercase.
Is there a way I can convent what the user inputs from the keyboard to "Proper" case?
This has to work on strings not characters like toupper() and tolower().
Thanks a Million.