I have a project in which I want to take advantage of the C++ Standard library (primarily because of the container classes - including the special ones). FWIW the project has to traverse a directed acyclic graph (yes I know about the boost lib). For the rest of the project Obj-C and Cocoa is sufficient. All the searching I've done has not turned up anything current about how things work these days with Xcode 5 and llvm. There is the 2005 ObjC++.pdf which I have but Xcode has changed a lot since those days.
I understand that the file extension needs to be .mm to mix Obj-C and C++. But other than a command line template, which is for C++, there does not seem to be one for ObjC++. Are there any current docs that my search didn't find and that you can point me to? Or advice you can offer to help me? TIA and respect…. Peter _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com