List Question
10 TechQA 2016-12-24 17:57:16Why does `std::basic_ifstream<char16_t>` not work in c++11?
2.1k views
Asked by kangshiyin
Clang error, no viable conversion
2.3k views
Asked by joydsouza
Can I use the STL regex library on strings of char16_t?
301 views
Asked by Enlico
Visual Studio C++ 2015 std::codecvt with char16_t or char32_t
11.4k views
Asked by user3443139
How to fix linkage when use codecvt+char16_t in MSS2015?
574 views
Asked by AeroSun
Using char16_t and char32_t in I/O
10.2k views
Asked by oz1cz
char16_t printing
10.5k views
Asked by NoSenseEtAl
C++11 char16_t strlen-equivalent function
3.8k views
Asked by NoSenseEtAl
How to use the new char16_t and u8 types?
2.2k views
Asked by user2284570
Assigning UTF8 char literal to char16_t - too many chars in char constant
768 views
Asked by Thomas Matthews