Function to count capital letters in stringI am trying to make a function that will tell me if any letters in a spring are capitalized. For sim...
function to change case without using arrayHow would I do this using string concatenations?
function to change case without using arrayOh now I understand! Thanks so much! So it depends on the way you declare the variable. I was wonder...
function to change case without using arrayGibilt, you are using type strings since it is using arrays, but I need to use c++ type strings. Tha...
function to change case without using arrayint main() { std::string str = "jane r. white, jake t. great"; std::transform(str.begin(), str...
This user does not accept Private Messages