Login
From:
Mad Man with a Compiler
(Uncensored)
subscribe
Go To Statement Considered Helpful (part 5: Fun with Switches)
https://madcompiler.blogspot.com/2017/06/go-to-statement-considered-helpful-part_61.html
links
backlinks
Tagged with:
code
For my final segment on the use of gotos, let us not forget one important hidden goto. The switch statement is essentially a goto with a variable label. This means that the if(0) trick can apply here, too.
Roast topics
Find topics
Find it!