The dev documentation has a little note regarding how to call C++ objects as if they were ObjC objects, thru the use of C++ smart pointers.
No real example is given, though, and I can't quite figure out how this might work.
Does anyone have experience with this or could point to a place/doc with more info on this? Thanks.
Also, what's the story about the removal of ObjC++? Has the Objective-C portion not been updated as C++ support got stronger in gcc, or what's the issue?
Smart pointers aside, are there any known work-arounds to make ObjC and C++ talk to each other?