Objective C

I know this site is about C++. But I have decided to post this question anyway.

Having a strong foundation in computer programming and data structure in general, I found learning C++ through tutorial on this web site is extremely helpful. My question is does anyone know of a site that cover Objective C that has the similar tutorial format as this site does? (quick but detail and cover main topics, not too much extra unnecessary wording, etc.)

Thank you.
closed account (z05DSL3A)

http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html
Apple certainly has the richest set of tutorials for IOS dev. However it's sometimes too rich and when you are first starting, there is not a step-by-step set of tutorials to go through. It's a choose-your-own adventure.

When I started, I picked up several books, the absolute best one I found was the BigNerdRanchGuide.

Honestly if you know c++, it's not too much of a stretch to go to Obj-c. Just remember some simple stuff, the biggest problem i had switching was the memory management. (still have problems with it)
Thank you for information. I am learning Objective-C. Yes, memory management is big.
Topic archived. No new replies allowed.