+ 4
Can any one explain me the usage of wchar_t
i don't understand the usage of wchar_t data type
2 Réponses
+ 9
AFAIK wchar_t is used for storing unicode strings
+ 3
Generally speaking, you should avoid wchar_t. To my knowledge, it was implemented before UTF-8 became the standard and is used for characters of length 16 bits.