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
Differentiate a word/letter and number i
Differentiate a word/letter and number in a string
Aug 22, 2014 at 4:47am UTC
panadol
(3)
I have one string from user. Let say,
"The deviceId is 2"
....but user also can give input like this..
"The deviceId is a"
. I just need to know how to differentiate a word/letter and number in the string, any help will be so much appreciate.
Aug 22, 2014 at 7:41am UTC
LB
(13399)
http://www.cplusplus.com/reference/cctype/
Topic archived. No new replies allowed.