cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
C++ syntax that determines characters ca
C++ syntax that determines characters case
Sep 11, 2009 at 4:16pm UTC
webmaster 2
(6)
I have been searching all over the place
for the c++ syntax that determines which characters
in a string are uppercase, lowercase, and numeric
Please help me!!
Sep 11, 2009 at 4:20pm UTC
Bazzy
(6281)
Try these functions ( from <cctype> )
http://www.cplusplus.com/reference/clibrary/cctype/
Sep 14, 2009 at 11:08pm UTC
webmaster 2
(6)
Thanks much Bazzy
Topic archived. No new replies allowed.