Mixing CPP and Obj-C
Mixing CPP and Obj-C
- Subject: Mixing CPP and Obj-C
- From: email@hidden
- Date: Thu, 26 Aug 2010 10:11:05 -0600
I want to add Obj-C to classes in a CPP static library that is used
by Mac and Windows apps. I have set the compile type to cpp.objc so
that the file extension can remain .cpp and compile on Windows. I am
#ifdef'ing functions that use Cocoa.
My question is memory management. Should functions allocate/release
auto release pools?
-koko
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden