Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
stephencanon
on July 14, 2015
|
parent
|
context
|
favorite
| on:
Re: C as used/implemented in practice
> uint32_t gets converted to a 64-bit signed value before any arithmetic operator is applied.
Only if int is > 32 bits on your platform, which is quite rare these days.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Only if int is > 32 bits on your platform, which is quite rare these days.