Re: Java or C++ for cross-platform Cocoa/.NET?
Re: Java or C++ for cross-platform Cocoa/.NET?
- Subject: Re: Java or C++ for cross-platform Cocoa/.NET?
- From: Chris Hanson <email@hidden>
- Date: Mon, 7 Jun 2004 23:49:02 -0700
On Jun 7, 2004, at 6:58 AM, David Feldman wrote:
Both Java and C++ are natively supported by Cocoa.
C++ is not actually "natively supported by Cocoa." Objective-C++ lets
you mix C++ and Objective-C code in the same source files, but the
object models remain distinct. So you can't simply use a C++ member
function as an action method.
-- Chris
--
Chris Hanson <email@hidden>
http://www.livejournal.com/users/chanson/
_______________________________________________
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.