rhpp

joined 2 years ago
[–] rhpp@programming.dev 2 points 2 days ago

Even better, use the google verb to refer to searching anywhere other than Google and effectively genericide it.

[–] rhpp@programming.dev 5 points 2 months ago

Wait, why does it multiply by 4? (apparently addition takes precedence over bitwise operations)

[–] rhpp@programming.dev 96 points 9 months ago (9 children)

Actually void* just points to anything, with no regard to the type of that thing. Pointing to the void is more accurately described by NULL pointer.