I want to become insanely good at programming in C. How should I go about this? I have a good background in C++ and Intel assembly. Where do I go from here?
when will you people ever learn not to do premature optimisation, speed is about algorithms.. do you really think messages dispatch taking 0.1% longer matters?
if you ARE having problem in speed with HL languages theres usually tweaks that youu can make rather than OMG reimplement EVERYTHING in C.