Re: More fun with C++
Re: More fun with C++
- Subject: Re: More fun with C++
- From: Jens Alfke <email@hidden>
- Date: Thu, 3 Apr 2008 09:23:41 -0700
On 3 Apr '08, at 9:05 AM, Herb Petschauer wrote:
# ifdef __cplusplus
extern "C" {
# endif
That won't help if the header is using C++-only syntax like namespaces
and classes. You just can't #include that stuff from a C or Obj-C
source file.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden