Daily Archives: October 10, 2007

Objective-C Strings Are Not C Strings

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 … Continue reading

Posted in mac | Tagged , | 1 Comment