Hacker News new | past | comments | ask | show | jobs | submit login

People will abuse [u]intptr_t to compare addresses from different objects. There is no guarantee that the integer value stored in such variables is representative of a linear memory space and you're supposed to treat them as opaque data but most platforms permit such comparisons. All you're permitted to do is cast a pointer into those types and cast it back to the original type.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: