wchar_t | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

wchar_t

Hi, can you explain me please which is the meaning and how can I use this special type? thank you

3rd Jan 2018, 9:59 AM
simo87
4 Answers
+ 6
I'm afraid I don't have a qualified answer to give, but here's what I've found through a simple search; basically, it is a type that represents wide character, something people came up with to overcome the limitations of ASCII character set, that didn't have support for non latin character sets. I think somehow it is related to Unicode character set, but I could be wrong. Anyways, I hope these links can help to explain even just a bit better : ) https://en.m.wikipedia.org/wiki/Wide_character http://www.cplusplus.com/reference/cwchar/wchar_t/ http://en.cppreference.com/w/cpp/language/types http://en.cppreference.com/w/cpp/string/wide Hth, cmiiw
4th Jan 2018, 2:49 PM
Ipang
+ 2
@Simo87, You're welcome : )
4th Jan 2018, 3:53 PM
Ipang
+ 1
thanks
4th Jan 2018, 3:42 PM
simo87
0
?
4th Jan 2018, 10:50 AM
simo87