Re: Instance Variable access
Re: Instance Variable access
- Subject: Re: Instance Variable access
- From: Cameron Hayne <email@hidden>
- Date: Sun, 09 May 2004 15:07:46 -0400
On 5/8/04 9:27 AM, "Tim Ramsey" <email@hidden> wrote:
>
The smart way varies depending on the app. This is the smart way for many
>
apps. Not for the kind I write.
I not sure but I didn't see anyone point out that you are free to define
struct's in your Obj-C code. And you are free to write C++ classes and mix
them with your Obj-C classes (make them .mm files). That is one way to avoid
any message-passing overhead when you are writing a number-crunching
program.
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
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.