let's hear thempic.twitter.com/OeTxOI3vHp
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Huh. *Adds to toolbelt*
ugh wtf
WHAT IS GOING ON
Elegant. I can't look away. Like a car wreck frozen mid-event that's accidentally recreated the Mona Lisa.
That's actually legit faster in x86 assembler (which is where all codes goes eventually) But only for loops around < 7 iterations.
please explain, I'm so confused
case statements are goto labels. switch statements are computed gotos.
Read the explanation thread and still don’t get it. If (0) always evaluated as false. So all those cases get skipped? How do you ever get a case other than 1?
Switch is a set of `goto` statements, so it first jumps to `case` and evaluates it and then evaluates `if (0)` which causes fall through to `printf`. This could also be written as case 0: num = "zero"; if (0) case 1: num = "one"; if (0) etc. But either way it's convoluted.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.