how to capitalize the first letter of a every word in a senternce c++ code example Example: capitalize first letter c++ string str = "something"; str[0] = toupper(str[0]);