On 2/11/2011 2:19 PM, Scott Davies wrote:
> A quick question in terms of compiling C++ code into iPhone: is this
> "Objective-C++" that Apple refers to ?  

In short: No. The game code is pure C++ (and Lua). The OS-specific glue
code on iOS uses Objective-C or Objective-C++, just like the glue code
on Android is Java and JNI, but I keep that layer really thin, down to
loading images and fonts using a C++ library, for example.

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Android Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en.

Reply via email to