Y
Hacker News
new
|
ask
|
show
|
jobs
by
nerdymanchild
2991 days ago
If you assume longs or pointers are 32 bits then it's a problem.
1 comments
rbanffy
2991 days ago
I learned that when pointers were 16 bits wide. You should never assume the size of your words or addresses. Ever.
link
nerdymanchild
2990 days ago
You never should but people do, and that's when there's a problem.
link