On Fri, 25 Feb 2011 09:18:39 +0100, Jack Nutting said:

>I'd also like to toss in a sixth option: Tell Xcode to compile *all*
>your code in Objective-C++ mode!

I don't recommend that.  For one, you loose the clang static analyzer,
which does not support C++.  You also loose compilation speed (as you
said), there are subtle incompatibilities between C and C++, and you'll
loose/gain a few compiler warnings that are C-only or C++-only.

--
____________________________________________________________
Sean McBride, B. Eng                 s...@rogue-research.com
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to