Re: Carbon is C++?
Re: Carbon is C++?
- Subject: Re: Carbon is C++?
- From: Graham Cox <email@hidden>
- Date: Fri, 26 Feb 2010 10:46:16 +1100
On 26/02/2010, at 10:40 AM, Chunk 1978 wrote:
> is Apple's Carbon basically code written in C++, while Cocoa is
> written in Objective-C?
Some parts of Carbon is C++ internally, some is C, but the APIs are C.
> should developers avoid using frameworks
> written in C++ (like some sound frameworks)?
No, C++ is supported and works fine. It's slightly more efficient than Obj-C so for time critical code like audio it's probably a better bet.
--Graham
_______________________________________________
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