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

size_t is actually 32-bit on some 64-bit platforms; you want uint64_t.



If that's true, that's a bug in the platform, not the program. The whole point of size_t is to be however many bits you need to represent the size of things in your address space.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: