Tagged Questions
13
votes
5answers
13k views
Objective-C or C++ for iOS games?
I'm pretty confident programming in Objective-C and C++, but I find Objective-C to be somewhat easier to use and more flexible and dynamic in nature.
What would be the pros and cons when using C++ ...
2
votes
4answers
1k views
Objective-C to plain c iPhone game performance improvements
I'm testing a 2D OpenGL ES based iPhone game on both the iPhone 3G and the iPhone 4. It runs great on the iPhone 4... and pretty well on the 3G. The game state is updated at 60 Hz... and the ...