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?
Why would you even do that?any better idea
Do you even know what a callback is?using ``callback'' in that was a mistake, but I think it was very clear what I meant
And why are you microoptimizing before profiling?It is not microoptimisation, it is very clear that it is going to be slower that way
I bet you're going to use dynamic linking, killing any LTO you might have gotten.You do not know me