Re: [SOLVED] C++ in a Cocoa App - How Hard is THAT?
Re: [SOLVED] C++ in a Cocoa App - How Hard is THAT?
- Subject: Re: [SOLVED] C++ in a Cocoa App - How Hard is THAT?
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 09 Oct 2005 11:23:57 -0400
On Oct 9, 2005, at 4:23 AM, Chris Hanson wrote:
Often you may want to minimize the header/declaration overlap as I
describe above so you don't have to build your entire project as
Objective-C++.
I think this advice is especially good given the current state of the
ObjC++ compiler (I assume). I find that when I've made a mistake in
a .mm file (or am just simply typing something thoughtfully and
deliberately slowly), the compiler crashes in the background as it
constantly tries to index the file with the mistake in it.
I'm working on a project involving a large C++ source base, and I've
decided for this among other reasons to strictly limit the points of
contact between the Objective-C UI code and the C++ model.
Daniel
_______________________________________________
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