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

>needs to iterate count + 1 times, which may overflow the size of count's type - annoying to implement

How's that different from:

  for (int i=0; i<=count; i++)
in e.g. C99?


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

Search: