Re: Cocoa from C++ (dont want to mix it)
Re: Cocoa from C++ (dont want to mix it)
- Subject: Re: Cocoa from C++ (dont want to mix it)
- From: Clark Cox <email@hidden>
- Date: Thu, 10 Mar 2005 07:44:26 -0500
On Thu, 10 Mar 2005 11:13:16 +0100, Dominik <email@hidden> wrote:
>
> On Mar 10, 2005, at 8:56 AM, j o a r wrote:
>
> > On 2005-03-10, at 08.45, Dominik wrote:
> >
> >> What hinders me from using C++ for cocoa programming?
> >> The Byte-Code is the same and the headers could be translated.
> >> [] msgs could be calls to ObjC_SendMsg or what its called. If gcc
> >> couldnt be convinced to interpret [] in c++ just fine.
> >
> > <http://www.google.com/search?client=safari&rls=en-us&q=Objective-
> > C++&ie=UTF-8&oe=UTF-8>
> >
> > <http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/
> > LanguageOverview/chapter_3_section_10.html>
> >
> I did a search on google and DONT want to mix C++ and ObjectC but to
> replace it.
C++ simply isn't dynamic enough. Way too much of what happens in the
Objective-C runtime happens at, well, runtime. Is there any particular
reason that you do not want to use Objective-C?
--
Clark S. Cox III
email@hidden
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden