Apple's Objective-C compiler allows you to freely mix C++ and Objective-C code in the same source file. This Objective-C/C++ language hybrid is called Objective-C++. With it you can make use of existing C++ libraries from your Objective-C applications.
[^] # Re: kezako
Posté par j (site web personnel) . En réponse au journal gcctraffic. Évalué à 4.
Apple's Objective-C compiler allows you to freely mix C++ and Objective-C code in the same source file. This Objective-C/C++ language hybrid is called Objective-C++. With it you can make use of existing C++ libraries from your Objective-C applications.
http://developer.apple.com/documentation/Cocoa/Conceptual/Objective(...)