0
What is a wchar_t type?
What's the definition and how does it differ from char?
1 Resposta
+ 1
It's a char data type that can hold other character encodings as the pure ASCII the data type "char" can hold.
What's the definition and how does it differ from char?