I have an application written 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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Yes, you will be able to use classes that don't rely on platform-dependent libraries. |
|||
|
|