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?
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!