How much is "some" in C programming?
May 31, 2009 6:45 AM Subscribe
How much of C do I need to learn before moving on to Cocoa, and what's the best resource for learning it?
I'm very interested in programming for the Mac and iPhone, but I have no real prior programming experience. On the recommendation of an AskMeFi answer, I bought the latest edition of the Hillegass book. However, it states something like "this book was written for those who already know some C programming and something about objects." So how much is "some"? What resources will best help me learn the parts of C I need to know before moving on to Cocoa? I want to hit the ground running, so if there is a good crash course out there, what is it?Are there any video resources?
posted by joshrholloway to computers & internet (18 answers total) 19 users marked this as a favorite
Since you're dealing with object-oriented programming, it might not hurt you to look at a Design Patterns book, either. The canonical example is Design Patterns by the "Gang of Four," but there are more accessible options out there. A friend of mine who bootstrapped herself from C to Java last year swears by "Head-First Design Patterns for Java," but since you don't have an interest in Java, that probably isn't the best solution for you.
posted by Alterscape at 7:02 AM on May 31, 2009