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

Your code is actually less portable if you use types like uint64_t -- if your system doesn't have exactly that type implemented the typedef won't exist. If all you need is a really big number 'unsigned long long' is required to exist and be able to store 0..2^64-1


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

Search: