char tolower('marital') | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

char tolower('marital')

A user needs to input a character, then the computer turns it into a lowercase letter. How do I do that?

13th Sep 2017, 1:43 PM
gorgamin
gorgamin - avatar
1 Answer
+ 3
A Unicode ready sample (look for answer post from DevSolar) https://stackoverflow.com/questions/313970/how-to-convert-stdstring-to-lower-case Note: it was compiled on Linux, may not work on Windows.
13th Sep 2017, 3:39 PM
Ipang