开发者

Using C++ classes in objective-c

开发者 https://www.devze.com 2023-03-25 16:09 出处:网络
I have an application wr开发者_StackOverflow社区itten in C++. I\'ve read some articles on how we can use C++ classes in objective-c. My question is will it work if I use my application, which is desig

I have an application wr开发者_StackOverflow社区itten in C++. I've read some articles on how we can use C++ classes in objective-c. My question is will it work if I use my application, which is designed for windows, for iPhone? What I mean to say is can I use the classes used in this application for an iPhone app?


Yes, you will be able to use classes that don't rely on platform-dependent libraries.

0

精彩评论

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