Demonstrates the use of isalpha() with different locales (OS-specific). #include <iostream> #include <locale> int main() { const wchar_t c = L'\u042f'; ...
確定! 回上一頁