Answer the question
In order to leave comments, you need to log in
Development for iOS in C++. Where to begin?
Please advise good articles for developing applications for iOS in C ++.
Answer the question
In order to leave comments, you need to log in
Is C++ very important, not Objective-C?
If this is not so critical, then for Objective-C there is much more literature and information in general.
If you want C++ just because Objective-C is not yet familiar, then I would advise you to get acquainted with Objective-C, since it is even simpler to some extent than C++.
If you want to make games, read about Marmelade SDK , cross-platform development in C/C++.
In general, development for iOS on the native SDK is mainly based on Objective-C. The standard libraries are written in Objective-C and C.
Therefore, all system calls are in the Objective-C style. Logic can be written in C++, but you still have to use Obj-C.
If it is C ++ for iOS, then I would advise you to immediately use something cross-platform.
We have already said about the Marmelade SDK above.
I would suggest Cocos2d-X to give it a try.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question