bool my_isalpha(char ch) { return std::isalpha(static_cast<unsigned char>(ch)); }. Similarly, they should not be directly used with standard ...
確定! 回上一頁