Re: More fun with C++
Re: More fun with C++
- Subject: Re: More fun with C++
- From: Scott Ribe <email@hidden>
- Date: Thu, 03 Apr 2008 17:03:44 -0600
- Thread-topic: More fun with C++
> #ifdef __cplusplus
>
> C++ stuff
>
> #endif
As long as you don't need to reference the C++ stuff from a .m file. But
then, should the header even be included by any .m files? Sure, there are
times when C++ and non-C++ stuff might belong together in a header, but most
of the time my C++ headers are all C++...
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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