On Oct 29, 2008, at 5:19 PM, Michael A. Crawford wrote:
Thank you. I did try to find these using the help feature in Xcode and the documentation that is included with Xcode but I did not get a hit. I also tried spotlight but no-joy. What is the best way to find equivalent methods like these?
AFAICT, those macros aren't documented. File a bug report.
Most of my experience is in coding for POSIX/Linux/Unix and Win32/.NET. Though I could have included the C++ standard library, I think it is probably wise not to mix this with Cocoa.
You can use the C++ standard library in Cocoa if you wish, but you must use ObjC++ if you do so.
Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [EMAIL PROTECTED]
