Re: how is C often used in Cocoa, if at all?
Re: how is C often used in Cocoa, if at all?
- Subject: Re: how is C often used in Cocoa, if at all?
- From: Michael Tsai <email@hidden>
- Date: Tue, 11 Feb 2003 17:35:57 -0500
On Tuesday, February 11, 2003, at 03:13 PM, Ben Dougall wrote:
And I'm wondering if C is used much in writing Cocoa applications? It
doesn't seem to be, from what I've read on here, or have I got the
wrong impression there?
Most of the time, if you have a choice, it's easier to stick with
Objective-C. I use plain C for:
* Calling Carbon.
* Calling BSD.
* Calling Cocoa's C APIs.
* Accessing third-party libraries with C interfaces.
* Writing small parts of my code that need to be very efficient.
--Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.