Post #3594660
2026-07-05 01:30 UTC
@kasdeya@cryptid.cafe it imagines this choice was made because the vast majority of times you want to index a pointer or do arithmetic on it, it's an array and you *want* to do it in multiples of the sizeof the pointer type
if you want raw memory, that's when you cast down to char* and then cast to specific types when you need to access as a given type
Replies (0)
No replies.