Aaron Hillegass' new book, titled "Core Mac OS X and Unix Programming", is now available in the stores. In the past, we reviewed his previous book "Cocoa Programming for MacOSX" and we got a good idea of Aaron's elegant writing style, descriptive chapters and advanced development under Mac OS X. In this book, he goes down under, teaching us how to handle and develop for the underpinnings of OSX, the core of the OS.
Permalink for comment
To read all comments associated with this story, please click here.
I don't exactly understand your question, but objective-c syntax looks more like smalltalk than it does c or c++.
For instance if you wanted to call a object method it would look like:
[obj methodParam1: 1 param2: @"This is a string"]
A lot of people (myself included like obj-c syntax better than c++.