List Question
20 TechQA 2023-07-16T12:14:38.137000How to read from the console to char16_t buffer
99 views
Asked by Irbis
How to convert char16_t to wchar_t to print out with wprintf
258 views
Asked by user3443063
How to convert command line arguments from char * argv[] to char16_t * argv[]
148 views
Asked by user3443063
c++ how to convert wchar_t to char16_t
562 views
Asked by user3443063
Cyrillic characters are not saved in char16_t under msvc with cmake build
142 views
Asked by qwertyui
Looking for c++ equivalent for _wfindfirst for char16_t
98 views
Asked by user3443063
Is there a function to concatenate two char16_t
358 views
Asked by user3443063
C++ convert wchar_t to char16_t and back
668 views
Asked by user3443063
memcmp difference between gcc 10.3 and gcc 11.1 for char16_t
134 views
Asked by Gert Kommer
Assigning UTF8 char literal to char16_t - too many chars in char constant
808 views
Asked by Thomas Matthews
How to handle char16_t or char32_t with printf and scanf in C?
3.9k views
Asked by Sourav Kannantha B
Can I use the STL regex library on strings of char16_t?
365 views
Asked by Enlico
Unknown Type name char16_t while compiling C code using a header that is used for C++ code
1.4k views
Asked by Shaik Syed Ali
Performance issues with u_snprintf_u from libicu
116 views
Asked by RitonLaJoie
What is the relation between char ~ char32_t type and UTF-8 ~ UTF-32?
368 views
Asked by AudioBubble
VS 2015 std::char_traits<char16_t> operations
170 views
Asked by Recker
Why does `std::basic_ifstream<char16_t>` not work in c++11?
2.2k views
Asked by kangshiyin
Copy from char16_t* to char16_t*
1.2k views
Asked by Lenny
Convert std::string to utf-16 (like u"some string"); Debugger tells "no suitable conversion exists"
564 views
Asked by Dr. John James Cobra
How to fix linkage when use codecvt+char16_t in MSS2015?
633 views
Asked by AeroSun