Objective-C Programming

Objective-C is called the superset of C language. It is C language plus object-oriented design. It is suggested to use GCC 3.x series in order to get better Objective-C support.

The syntax of Objective-C can be found here. There is also a PDF file to download. It is very easy to learn Objective-C if you have some idea about C.

There are some document about Objective-C:

  1. Beginner's Guide to Objective-C Programming
  2. The Objective-C Programming Language
  3. Cocoa 101: Object-Oriented Programming for the Masses - Part 1
  4. Cocoa 101: Object-Oriented Programming for the Masses - Part 2
  5. ObjC Introduction