Re: ObjC vs C++ (was: Is ZLib available in Cocoa?)
Re: ObjC vs C++ (was: Is ZLib available in Cocoa?)
- Subject: Re: ObjC vs C++ (was: Is ZLib available in Cocoa?)
- From: John Stiles <email@hidden>
- Date: Fri, 5 Oct 2007 16:06:51 -0700
On Oct 5, 2007, at 11:13 AM, Scott Thompson wrote:
On Oct 5, 2007, at 11:33 AM, Scott Ribe wrote:
I go further; I write extensive new code in C++ for use from
Objective-C.
The reasons are complex and almost certainly not relevant to your
project,
but there are big chunks of what you would call my "invisible"
code where
C++ is a better fit for what I think is the best design.
I do this as well. In my case the "invisible" code is shared with
Windows. The cross platform portion of the code implements the
"model" (and portions of the controller) of the application while
the user interface and interaction with things like the drawing
libraries are Objective-C.
Thirded. I write cross-platform apps, so the model is C++. It works
fine.
_______________________________________________
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