Hey guys... Kinda knew to this board... I'm a super moderator over at
MSFN.org which is a big Windows-related board...
Anywayz, I'm having some trouble converting a string that has upper case letters and lower case letters to a string that only has lower case letters...
I've tried using the tolower() function, but Dev-C++ keeps saying that it does not exist (it probably doesn't)...
Anywayz, is there a way to do it either in my main program with an existing function or as a new function within the program?