Name: Anonymous 2014-06-21 11:42
Let's say I use SDL (1.2 or 2.0) in my program to handle events, should I use callbacks or the good old giant switch statement?
Even if you get the compiler to emit an O(1) switch (good luck with that)What? Ever heard of branch tables?