Re: [LONG] Making the right choice (was Re: How viable is Cocoa development?)
Re: [LONG] Making the right choice (was Re: How viable is Cocoa development?)
- Subject: Re: [LONG] Making the right choice (was Re: How viable is Cocoa development?)
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 28 Jan 2002 18:47:37 +0000
On Monday, January 28, 2002, at 12:13 AM, Clark S. Cox III wrote:
I would guess that with a *huge* number of classes, there could be
a noticeable speed difference, but in such a case, I would probably
implement the backend in C++, and the UI in Objective-C.
If speed is REALLY important, you'd be better off with straight C rather
than C++.
-- Finlay