+ 1
What it is, why they are needed and how they differ ????????
_w64 and __w64, char and wchar_t and __wchar_t
1 Resposta
+ 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)