Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 是否可以用 C++ 对 iPhone 进行编程
iOS iPhone 4。如果我只是打开 Xcode 3 或 4,并用 C++ 编写程序,Xcode 编译并运行它?
您可以使用模板创建一个新项目,但它们是 Objective-c 此外,除非您有开发者付费帐户,否则它只能在 Iphone Simulator 上运行
I need to sort an ArrayList and i can't use Collections.sort(), because Google App Engine's Java runtime environment doesn't support it. How can I do? Thank