Re: C++?
Re: C++?
- Subject: Re: C++?
- From: David Remahl <email@hidden>
- Date: Fri, 01 Mar 2002 19:39:55 +0100
>
I'm looking for documentation on integrating C++ legacy code into
>
Objective-C Cocoa applications. A search at Apple on "C++" returned "No
>
documenation on 'c and'".
>
>
Thanks.
Basically all you need to do is to name your source file .mm and you will be
able to call in and out of C++ from your C functions and ObjC methods.
/ david
_______________________________________________
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.
References: | |
| >C++? (From: Timothy Larkin <email@hidden>) |