Wednesday, March 2, 2016

Using C and C++ in an iOS App with Objective-C++

In my previous tutorial, I discussed how to develop Android apps in C or C++ using the Native Development Kit. In this tutorial, I’ll introduce how to use C or C++ together with Objective-C in iOS. Unlike Android which needs a special API (the NDK) to support native development, iOS supports it by default. C or C++ development is more straightforward with iOS because of a feature called ‘Objective-C++’. I’ll discuss what Objective-C++ is, its limitations and how it’s used for building iOS apps.

Continue reading %Using C and C++ in an iOS App with Objective-C++%


by Rico Zuñiga via SitePoint

No comments:

Post a Comment