Re: Mixing Objective-C and C++
Re: Mixing Objective-C and C++
- Subject: Re: Mixing Objective-C and C++
- From: Scott Ribe <email@hidden>
- Date: Tue, 07 Nov 2006 12:06:17 -0700
- Thread-topic: Mixing Objective-C and C++
> but how do I from the Objective-C side
> call the C++ code that I want to use?
Simple answer: give your files the extension ".mm" and just do it.
Longer answer, covering embedding, inheritance, exceptions and so on:
<http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articl
es/chapter_4_section_10.html>
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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