Hi!
All..
It is asked that Can a C++ programme be converted to an i-phone app?, by means of any converter or something like that.

Recommended Answers

All 3 Replies

I have never heard of a "Converter" that will take a program and port it. Although, you can reverse engineer your program and build it using the iPhone SDK(not sure what they call it, but there is one obviously).

Yes, but it will be a little work

1) Use Java's JNI to talk to C++ program/functions
2) Use phonegap, javascript to talk to JAVA program.
3) Now your application works with android/iphone and Blackberry 6 or higher

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.