User profile: nikki1337

User info
User name:nikki1337
History
Joined:
Number of posts:6
Latest posts:

Function to count capital letters in string
I 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 array
How would I do this using string concatenations?

function to change case without using array
Oh 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 array
Gibilt, 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 array
int main() { std::string str = "jane r. white, jake t. great"; std::transform(str.begin(), str...

This user does not accept Private Messages

User: nikki1337

  • Public profile