how to convert a character to uppercase in c++ code example Example: uppercase capitalise character in string c++ str[i] = toupper(str[i]);