Should I be using float_t instead of float?
+7
A:
They're additional types requires by the C standard. They're intended to be "the implementation's most efficient types at least as wide as float and double, respectively." The question of what you should be doing is a matter of opinion, I suppose, but I've never seen them used in any Cocoa code (and probably not even any C code) if that means anything to you.
Chuck
2010-02-12 16:44:43
It's just that code sense autocompletes it when typing method names. What's up with that?
willc2
2010-04-05 21:55:21