What it is, why they are needed and how they differ ???????? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What it is, why they are needed and how they differ ????????

_w64 and __w64, char and wchar_t and __wchar_t

28th Aug 2018, 4:04 PM
King Sam
King Sam - avatar
1 Answer
+ 1
i believe types starting with underscores are just primitives and have no practical difference. for example: long long a; __int64 a; these two have no difference (afaik)
28th Aug 2018, 8:01 PM
hinanawi
hinanawi - avatar