Re: Mixing Objective-C and C++ in Xcode - Example
Re: Mixing Objective-C and C++ in Xcode - Example
- Subject: Re: Mixing Objective-C and C++ in Xcode - Example
- From: Lance Drake <email@hidden>
- Date: Fri, 2 Jul 2004 18:37:31 -0600
Check out the example where C++ and Obj-C are used in their files such
as:
/Developer/Examples/CoreAudio/PublicUtility/AudioFilePlay.h and
/Developer/Examples/CoreAudio/PublicUtility/AudioFilePlayImpl/
AudioFilePlay.cpp
In this case they disconnect the two worlds thru some un-glue code that
then makes use of <reinterpret_cast>. The tricky party is noticing
which include files are - and are not - included in which source files.
Lance Drake
_______________________________________________
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.