Mixing C and objective-C -


i've been using objective c while now, , i've started learning of lower level iphone api's such core audio. of these api's in c confusing me bit, i'm not sure put lot of code , don't know rules, etc. know place start learning is?

thanks, darren.

does know place start learning is?

  1. buy , read "the c programming language". it's not long , surprisingly enjoyable.
  2. read , understand apple's c-based example code.
  3. browse header files apple's classes. great way learn how apple sets enums , string constants, etc.

doing these 3 things won't make expert in c, it'll give 90% of need able confidently things done apple's low level frameworks.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -