[HORSETAIL]

花儿,总会有谢的时候

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  11 随笔 :: 21 文章 :: 7 评论 :: 0 Trackbacks

乱七八糟

posted @ 2007-02-05 00:27 [HORSETAIL] 阅读(136) | 评论 (0)  编辑

posted @ 2007-02-05 00:27 [HORSETAIL] 阅读(117) | 评论 (0)  编辑

     摘要: 分类函数,所在函数库为ctype.h
int isalpha(int ch) 若ch是字母('A'-'Z','a'-'z')返回非0值,否则返回0
int isalnum(int ch) 若ch是字母('A'-'Z','a'-'z')或数字('0'-'9')  阅读全文
posted @ 2007-01-20 23:11 [HORSETAIL] 阅读(204) | 评论 (0)  编辑