how can u convet a char array to lowercase letters keeping other caracters intact??
is their any premade functions or do u have to make ur own??
all i can find is one which takes and returns an int
This is a discussion on making lowercase??/ within the C Programming forums, part of the General Programming Boards category; how can u convet a char array to lowercase letters keeping other caracters intact?? is their any premade functions or ...
how can u convet a char array to lowercase letters keeping other caracters intact??
is their any premade functions or do u have to make ur own??
all i can find is one which takes and returns an int
>>> all i can find is one which takes and returns an int
So use a cast? (I'm guessing your looking at tolower() etc.).
Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.
That's the one you want - just put a char in there and you'll be fine. That only turns one character at a time lowercase, so you'll have to loop through the array.
-Govtcheez
govtcheez03@hotmail.com