UpperLower Casing

Is there any way to convert a string to lower casing without using std::tolower ?
Yes, you could write the code to do it yourself, or use a library that offers such a function.
Topic archived. No new replies allowed.