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.

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?

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer
ok thanks a lot. I'll give it a try. – Anila Aug 4 '11 at 10:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.