Under ARC, the compiler adds the retain,release calls. What happens to C++ pointers ? Can Objective C compiler ignore them ? I dont have much of experience with C++ mixed with Objective C, I was following a box2d tutorial which has the entire engine in c++ but the example is prior to ARC.
Do I have to do something special ?
ARC is automatic reference counting and only affects NSObjects et. al (objC objects)
It doesnt affect C or C++ code (those objects you have to manage!)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With