View Single Post
Old 10-13-2004, 05:42 PM   #1 (permalink)
gamehead200
Code Monkey
 
gamehead200's Avatar
 
Join Date: Oct 2004
Posts: 57
gamehead200 is an unknown quantity at this point
Upper case string to lower case

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?
gamehead200 is offline   Reply With Quote