template <class charT> bool isdigit (charT c, const locale& loc) const; 可用來 判別你所輸入的是否為數字。
www.programmer-club.com.tw