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.
RE:re:re:C++
by zephc on Wed 16th Jul 2003 23:17 UTC

C++ is supported of course, by the compiler (GCC) as is Objective-C++, which is exactly what it sounds like, a mix of C++ and Objective-C. This doesn't mean that there are C++ interfaces to the Cocoa APIs.

For anyone interested in Objective-C as a programming language, a quick intro is here: http://www.geom.uiuc.edu/software/w3kit/overview/objective-c.html