A Newbie Guide to OSX Programming Books

owaters

Registered
Hello all,

I have recently decided to dabble in some OSX Programming. I have programmed in Java and VisualBasic already, but want to take a dip in C/C++ to create apps for OSX.

What books would you recommend to start learning from?

Thanks :)
 
try these:
Building Cocoa Applications - A Step-by-Step Guide [O'Reilly]
Cocoa in a Nutshell [O'Reilly]
Cocoa Programming [Sams]
Learning Cocoa [Apple+O'Reilly]
Learning Cocoa with Objective-C [Apple+O'Reilly]
Mac OS X Programming [New Riders]
and of course: The C Programming Language [Kernighan&Ritchie] ;)

Check out Apple's developer site: a lot of great hints and tips. If you installed the developer tools, there are a lot of tutorials and resources in the /Developer/Documentation/ folder. Have fun!
 
Hmm... I'll have to check those out as well.

I've never been able to find anything worthwhile on sites like Amazon or Barnes & Noble. I'll have to look more closely.
 
Back
Top