Y
Hacker News
new
|
ask
|
show
|
jobs
by
ayhanfuat
737 days ago
> The default integer type on Windows is now int64 rather than int32, matching the behavior on other platforms
This was a footgun due to C long being int32 in win64. Glad that they changed it.