cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
ques..!!!
ques..!!!
Mar 9, 2012 at 7:52am UTC
wildcat
(10)
what is the difference between islower() and tolower()?
Mar 9, 2012 at 8:59am UTC
Hippogriff
(727)
http://www.cplusplus.com/reference/clibrary/cctype/islower/
Checks if a letter is lowercase (doesn't do anything with it besides that).
http://www.cplusplus.com/reference/clibrary/cctype/tolower/
Converts letters passed into it to lowercase when possible.
Mar 9, 2012 at 12:37pm UTC
wildcat
(10)
thnx a lot..!!
Topic archived. No new replies allowed.