Re: Is there a glue file between Carbon and Cocoa?
Re: Is there a glue file between Carbon and Cocoa?
- Subject: Re: Is there a glue file between Carbon and Cocoa?
- From: Scott Ribe <email@hidden>
- Date: Tue, 17 Apr 2012 09:26:42 -0600
On Apr 17, 2012, at 9:03 AM, Lee Ann Rucker wrote:
> You can keep much of your C++ by using ObjectiveC++.
Yes. You still want to control the boundaries between these two layers of your system and not just make everything Obj-C++ by default. But using C++ from specific Objective-C code is *vastly* easier than constructing an entire layer to provide plain C access to your C++, and then using that from Objective-C. And note that by that comment about controlling boundaries, I'm not advocating necessarily creating specific Objective-C wrappers around the C++ and making that your only Objective-C++. I'm just saying you should know where you use it and why--for instance, in my case, nearly every window controller is Objective-C++, so I do use it widely. But I also have plenty of UI utilities that are pure Objective-C, and the entire "middleware" layer is pure C++, and there's even pure C, as appropriate.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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