
Transforming a String to Uppercase Letters
To change the case of all the letters in a string object, use the std::transform() algorithm. This algorithm is defined in the standard header . It takes four arguments. The first two arguments are input iterators that mark the beginning and the end of the string, respectively. The third argument