Y
Hacker News
new
|
ask
|
show
|
jobs
by
shitgoose
3254 days ago
shouldn't it be:
* (a + b * sizeof(T))
where T is array elements' type?
1 comments
astrange
3254 days ago
That's implied in + on a pointer. uint32_t* + 1 actually adds 4.
link