Just how lenient are you on the spaces in conditionals and loops thing :P ? Like:
for ( int i = 0; i; ++i ) {
/*...*/
}
Also, I'm kind of curious to know whats behind the return(0); instead of return 0;
decision. I'll do it like a function, but I'm just curious.
~ Jamie / yankees26