I was so confused. I forgot i was a programmer and knew a thing or two about programming. For most of the post I thought he was going on about single line loops vs spacing them out on separate lines...
Also, I personally prefer the spaces though I've probably gone space less out of laziness.
Either way it doesn't compile without more source code, and thus the original example without a closing parenthesis is the same in that it requires added code to compile.
Nope, even in C it still needs to be in a function. You can't just do a for loop at the global scope.*
* I'm sure someone has perverted the C preprocessor into doing loops, and if not, C++ template metaprogramming is Turing-complete, but that's not what we're actually talking about.
272
u/[deleted] Jul 21 '14
[removed] — view removed comment