I want to use a C++ string object in my Objective-C code instead of a NSString so I don't need to covert it (I need the std::string more often) and I tried doing it like this:I want to use a C++ string object in my Objecti
I want to use a C++ string object in my Objective-C code instead of a NSString so I don't need to covert it (I need the std::string more often) and I tried doing it like this:I want to use a C++ string object in my Objecti