Learn Objective-C

Posted by Julio on Wed, 04/30/2008 - 01:13 in
dealloc.png

There is a great little overview of the Objective-C language at Cocoa Dev Central. Its particularly good for experienced (C/C++ or similar) programmers who want to get started in Objective-C.

It even includes a good overview of memory management including an explanation of autorelease and release.

The same author, Scott Stevenson, has another tutorial focused on Objective-C 2.0.