Y
Hacker News
new
|
ask
|
show
|
jobs
by
rollcat
1041 days ago
By the way, at least for pointer arithmetic, this makes a lot of sense: adding two valid addresses never makes sense, so ptr+i always results in a valid pointer (assuming i is a multiple of sizeof(ptr)).