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

99% of the time, you should not be using any sort of int for a loop variable. Loop variables are almost always array indexes, and array indexes should be size_t.


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

Search: