c++常用函数

1.iso::isalpha(ch);

Tests whether an element in a locale is an alphabetic character.

template<Class CharType>
   bool isalpha(
      CharType _Ch, 
      const locale& _Loc
   )

posted on 2009-11-07 20:10  峰回路转 柳暗花明  阅读(136)  评论(0编辑  收藏  举报

导航