How can I convert upper to lower case?


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]

Posted by HR on July 16, 2000 at 18:01:28:

Supporse I want my program to recognize "AAA" and "aAa" and "aaa" to be the same, how can I convert a string into all lower-case?

strlwr() only way? (other than writing my own funcion)
also
how come when I do something like

return ((a==b) && (c==d));
it becomes an infinite loot?!


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]