View Full Version : Any good tutorial books on Objective C?
SnowLeopard2008
Dec 20, 2008, 01:42 AM
I'm fairly adept with programming in C, but Objective C looks a bit different. I took courses at my local community college ( I'm in high school ) that ranged from Java to C++, which I assume is similar to C but just a little newer and simplified. I learned through tutorial books. So are there any for Objective C? I want to be able to code an app for the app store.
Soliah
Dec 20, 2008, 05:39 AM
A good place to start is to register for a basic membership to the Apple Developer Connection and then join some of their mailing lists. You may also want to download the videos on the iPhone SDK from the iTunes store (they're free).
Objective-C is an object oriented language, so if you're forte is C, you may want to get your head around some basic OO techniques first, then move on to design patterns.
Unfortunately I don't know of any books for Objective-C. Perhaps someone else can recommend one for you.
toddburch
Dec 20, 2008, 06:46 AM
"Programming in Objective-C" by Kochan is a good book. I'm reading it right now. I'm about 1/2 way through it.
The first half of the book is about the Obj-C language and syntax, and the second half is the Foundation framework.
If you know C, and have coded in Java and C++ and used their OO concepts and practices, then you'll pick up Obj-C pretty fast, or at least that's how it worked for me. Some of the terms are a bit different, and there are a few new things specific to Obj-C that Java and C++ don't have, but you should be well home enough with Obj-C if you are comfortable with C and OO concepts.
You'll spend a LOT more time learning the frameworks than the language.
Muncher
Dec 20, 2008, 09:19 AM
There are sooo many threads for this. Please use the search.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.