Tagged Questions

1
vote
5answers
360 views

Learning C++ but wanting to develop iOS Apps

I'm a computer engineering student and taking my second programming class. I'm learning C++ using "C++ Primer Plus" 5th edition by Prata. I want to develop for iOS. I understand the main language for ...
1
vote
0answers
72 views

Cocos2d Application memory leaks on ipad but not on iphone

My app is perfect in iphone, I have no memory leaking. however if I build the app selecting as a device iphone on the ipad (you know, you get the option to resize x2), I get memory leaks at the start. ...
3
votes
3answers
1k views

Can Xcode be used to create very simple games?

I am brand new to Xcode, and I am also brand new Objective-C programmer. I was wondering if it is possible to create simple Mac games with Xcode. If it's not possible, could you recommend me some ...