Linked by Eugenia Loli-Queru on Wed 16th Jul 2003 19:26 UTC
Features, Office 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 wish that Apple would add C++
by debman on Wed 16th Jul 2003 20:05 UTC

I know C++, I have no interest in learning how to program in C (yes, it can be done, but I like objects). objective C AFAIK uses all of C's syntax for the structured programming features and an object syntax that fits well withthe C syntax.

is this correct about ObjC or no?