[C] Character counter
C++ Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Feb 11, 2009 |
| Last Updated | Feb 11, 2009 |
| Tags | c character cpp cunter |
Description
This little program will gather all entered characters and determine how many numeric characters there are, alpha characters and special punctuation chars, including spaces!
C++ Snippet:
[C] Character counter
Posted on Apr 2, 2009 4:20 am
Posted on Apr 2, 2009 4:20 am
rofl at the 'cunter' tag. Nice code, happen to know if the isalpha(), isdigit(), ..etc functions are in a C++ header?
Nvm I found it, its in locale
Nvm I found it, its in locale






