I have a datastructure in C++ Table Arraylist sorted
, is there any equivalent in objective-c. It can be Third-party library. Thank you so much
Asked
Active
Viewed 46 times
0

Patrik Dendis
- 313
- 6
- 20
-
`NS(Mutable)Array`? Else, you can use C++ with Objective-C (if you already have your code). – Larme May 09 '16 at 09:27
-
@Larme I have a code, is there any tutorial how to import c++ classess? – Patrik Dendis May 09 '16 at 09:34
-
1http://stackoverflow.com/questions/2710507/mixing-objective-c-and-c – Larme May 09 '16 at 09:36