I’ve been using objective C for a while now, and I’ve started learning some of the lower level iPhone API’s such as core audio. Most of these API’s are in C which is confusing me a bit, I’m not sure where to put a lot of code and I don’t know the rules, etc. Does anyone know where a good place to start learning this is?
Thanks, Darren.
enums and string constants, etc.Doing these three things won’t make you an expert in C, but it’ll give you 90% of what you need to be able to confidently get things done with Apple’s low level frameworks.