Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Can you tell me what is the largest number you can address with that type -- without getting into a long google/stackoverflow session or hitting the compiler manuals for each of those platforms?

Why does this matter? size_t is intended to be used as an index into a dense array, i.e. for every Index i you may want to store in a size_t, you also store i elements X of some data type. Since that number is limited both by the software architecture and the hardware available at runtime, why would you want to know exactly how many X you can store?



"hardware available at runtime"

Because you want to communicate with other systems. Not just the system your code is running on at that moment.




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

Search: