开发者

C++ Development For iPhone [closed]

Closed. This question does not meet Stack Overflow guidelines开发者_高级运维. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

I know about http://www.dragonfiresdk.com/index.htm but is there other tools that I can use to write C++ for iPhone? Is there a book maybe?


You can use c++ for iPhone development - this might help:

http://iosdevelopertips.com/cpp/c-on-iphone-part-1.html

Alternatively, just learn Objective-C it's nice :)


For sake of updating this thread, here are some great tools I'm learning now to be able to build iPhone games using C++ that can be cross-deployed to Android, Mac, Windows, etc:

  • Cocos2d-x: http://www.cocos2d-x.org/
  • Cocos2d-x tutorial: http://paralaxer.com/cocos2d-x-tutorial/

Enjoy!


Are you looking for more ways to avoid using a mac and xcode, or just other c++ tools?

For the latter, almost any c or c++ library will work. Basically you can embed c++ objects in your objective-c objects and make use of them. Apple calls mixing c++ with objective-c objective-c++: http://developer.apple.com/Mac/library/documentation/Cocoa/Conceptual/ObjectiveC/Articles/ocCPlusPlus.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜