Posts Tagged Objective-C
Mixing C++ and Objective-C code using XCode
Posted by Adam in OS X, Programming on Tuesday October 20, 2009
WARNING: Please read before continuing ▼
Difficulty: Expert
Time: varies
Last Updated: 20th October 2009
Applies to: Objective-C
With the release of the iPhone SDK and the growing popularity of OS X, Objective-C is becoming the language of choice for a significant amount of projects.
One inescapable fact in the programming world is the existence of legacy code. Moving to a new language typically means porting or rewriting existing code entirely in the new language. In the case of Objective-C, most existing C and C++ code can be used directly.