Re: Mixing Objective C and C++
Re: Mixing Objective C and C++
- Subject: Re: Mixing Objective C and C++
- From: Cameron Hayne <email@hidden>
- Date: Mon, 14 Oct 2002 17:11:38 -0400
On 14/10/02 2:17 pm, "Craig Bakalian" <email@hidden> wrote:
>
I have read the Using C++ with Object-C in the Cocoa Documentation,
>
however I am still confused about how to implement such a combination.
>
Is there an example out there somewhere?
I suspect that if you are confused it is because you are expecting too much
of the combination. Note especially that the object models are incompatible.
If you are starting a new project using Cocoa, you don't want to use C++ -
you just use Obj-C. If you have existing code in C++, you can call it from
your Obj-C code.
--
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.