I want to add some backend functionality that is written in C++ to my
Objective-C Cocoa app thats created in XCode.
Can I do this, if so how and what filename extensions do I use for the C++
if not .cpp.
Many thanks in advance,
Aaron
Aaron Gray - 24 May 2008 23:39 GMT
>I want to add some backend functionality that is written in C++ to my
>Objective-C Cocoa app thats created in XCode.
>
> Can I do this, if so how and what filename extensions do I use for the C++
> if not .cpp.
They mix fine, a '.mm' extension is used for Objective C++.
Thanks,
Aaron