출처: http://kldp.org/node/59767
#inlcude <cctype> / #include <ctype.h>
isalpha(char); // http://www.cplusplus.com/reference/cctype/isalpha/?kw=isalpha
isdigit(char); // http://www.cplusplus.com/reference/cctype/isalpha/?kw=isalpha
'프로그래밍 > C/C++' 카테고리의 다른 글
이중벡터 함수 만들기 (0) | 2013.12.09 |
---|---|
boost] filtering_streambuf<input> 데이터를 string에 저장하기 (0) | 2013.06.24 |
프로그램 수행 시 수행 시간 측정 (0) | 2012.10.05 |
stringstream clear (0) | 2012.07.30 |
다중벡터 초기화 (0) | 2012.07.11 |