Apr 17 2013, 03:59 AM
This is probably wayyy old but... dude don't use goto's in C. like, never. worse than raping a nun on her birthday.
Instead, turn all of those into separate subroutines and call them from within your switching statement.
Just curious, but did you come from an assembly background.... or some OOP language?
Instead, turn all of those into separate subroutines and call them from within your switching statement.
Just curious, but did you come from an assembly background.... or some OOP language?