If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am a real newbie to the world of programming, and I was wondering if anyone had any recommendations of a good Objective-C book that would teach me how to program in Cocoa.
Your best bet would be learning ANSI C, then reading the Apple Developer Docs (installed with the developer tools /Developer/Documentation or available online at http://developer.apple.com/techpubs/.../macosx.html), expecially ObjC.pdf (which discusses object oriented programming and stuff). Then take a look at SimpleCocoaApp (tn2005) and when you grok that take a look at VermontRecipes on http://www.stepwise.com
Then you're pretty much on your own AFAICT, apart from the wonderful Cocoa AppKit and Foundation documentation. :-)