Using transform() in MS Visual Studio 2017I can do this: [code] for (int i = 0; i < testword.size(); i++) { testword[i] = tolower(testword[...
Using transform() in MS Visual Studio 2017I am trying to complete a simple tolower function on string text. [code] #include <string> //getli...
This user does not accept Private Messages