How to prevent for-loops from boundary overrun?
Gordon's c/w came up w/ this cunning solution:
for (int i=0;i<max; i++) { ... } while(0);
Looks like you're still reading this content through a Web Browser or RSS. Get with the program!

How to prevent for-loops from boundary overrun?
Gordon's c/w came up w/ this cunning solution:
for (int i=0;i<max; i++) { ... } while(0);
I see the article contains 138 characters in total. Neat. This comment has even fewer.
Good thing you abbreviated co-worker and with, the story was so long it started to get boring.