文章列表
Should I use wchar_t when using UTF-8?(使用 UTF-8 时应该使用 wchar_t 吗?)
Is wchar_t needed for unicode support?(Unicode 支持需要 wchar_t 吗?)
Do C++11 regular expressions work with UTF-8 strings?(C++11 正则表达式是否适用于 UTF-8 字符串?)
How can I cin and cout some unicode text?(我怎样才能cin和cout一些unicode文本?)
What does _T stands for in a CString(_T 在 CString 中代表什么)
Cross-platform iteration of Unicode string (counting Graphemes using ICU)(Unicode字符串的跨平台迭代(使用ICU计算Graphemes))
Why does C++ not have reflection?(为什么C++没有反射?)
How to pass a function pointer that points to constructor?(如何传递指向构造函数的函数指针?)
Can I obtain C++ type names in a constexpr way?(我可以通过 constexpr 方式获取 C++ 类型名称吗?)
Attribute amp; Reflection libraries for C++?(属性amp;C++ 的反射库?)