If I create / select C ++ objects in a C object, so that Objective-C objects use pointers to C ++ objects, and the code moves, will ARC also manage C ++ objects and release / release them? What happens to a C ++ object whose pointer is in an Objetive C object that is not available? and suggested a candidate for deletion from memory
source
share