I am trying to write a Wavefront .obj 3D file reader in Cocoa and am running into simple problems like comparing NSString variables to explicit strings like:
if (MyNSString == 'v 12') {
blah
}
I'm used to PERL where this is all very easy.
Cocoa has oodles of special methods for...