Re: xcode & c++
Re: xcode & c++
- Subject: Re: xcode & c++
- From: Scott Ribe <email@hidden>
- Date: Fri, 02 Mar 2012 21:56:47 -0700
On Mar 2, 2012, at 2:03 PM, koko wrote:
> This way each file keeps its 'native' extension … .cpp or .m and the project builds nicely.
Bad idea. If a file contains C++, it can hardly be considered correct to refer to .m as its "native" extension. If you go mixing Objective-C and C++ willy-nilly without understanding what is used where, you will run into problems, regardless of compiler settings.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden