开发者

Frameworks used for Objective-C and Objective-C++

开发者 https://www.devze.com 2023-01-24 07:28 出处:网络
Are the framework开发者_StackOverflow社区s used for Objective-C programming common for Objective-C++ in iPhone programming?like Core foundation , UIKit etc..yes - apple doesn\'t supply many c++ interf

Are the framework开发者_StackOverflow社区s used for Objective-C programming common for Objective-C++ in iPhone programming?like Core foundation , UIKit etc..


yes - apple doesn't supply many c++ interfaces so... you're working primarily with their c and objc libraries for many tasks. of course, you also have the option to integrate stl and many other c++ libs where you desire.

0

精彩评论

暂无评论...
验证码 换一张
取 消