<changing the topic, as the question IS a valid Cocoa question>
>As far as I know, if you really want to build
>Applications using Cocoa, you have to use Objective-C and not C++.
>
>In my opinion, this is a huge discrepancy . I think, if you really
>want Cocoa there's no way around Objective-C.
>
>Or am I missing something here?
What you're missing is that you can mix C++ and Cocoa/Objective-C. Others have pointed out why you might want that. To combine Objective-C and C++, your files need to end in ".mm" vs ".m" for Objective-C only.
Mark
_______________________________________________
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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden