Re: C++ code
Re: C++ code
- Subject: Re: C++ code
- From: Esteban <email@hidden>
- Date: Wed, 12 Jun 2002 00:01:46 -0700
Yes, very possible, all you do is define your C++ code in a .cp file and
#include the header for it in your .m file. You can also use a .mm to
intermingle C++ code with Objective C code.
-Esteban
On Tuesday, June 11, 2002, at 11:32 PM, Ruslan Ru wrote:
Hi,
is it possible to include in a Cocoa project some C++ code?
Thank you
Rossi
_______________________________________________
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.
_______________________________________________
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++ code (From: Ruslan Ru <email@hidden>) |