Joey Gibson's BlogThoughts, musings, ramblings and rants on Java, Ruby, Python, obscure languages, politics and other exciting topicsObjective-C Strings Are Not C Strings- October 10, 2007 I got bitten today by the fact that Objective-C strings in Cocoa programming are not the same things as plain old C strings. The problem is that Objective-C is essentially an object-oriented veneer on top of plain old C; sometimes it matters that you remember this, and other times it doesn't. This was one of the times it mattered. A little background. A while back I wrote and released ExportToArchive, a somewhat useful plugin for iPhoto. It allows you to select photos from your...http://joeygibson.com/blog/tech/mac/ObjectiveCStringsAreNotCStrings.html |