S
S
Satellence2013-06-13 00:26:08
iOS
Satellence, 2013-06-13 00:26:08

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

4 answer(s)
N
nochkin, 2013-06-13
@Satellence

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++.

M
Mike Grigorieff, 2013-06-13
@Grigorieff

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.

A
Andrey Apanasik, 2013-06-13
@Suvitruf

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.

I
IbrahimKZ, 2013-06-13
@IbrahimKZ

If you want to make regular applications, not games, then, as mentioned above, it is much easier to learn and write in Objective-C. Many standard things have already been written.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question