Im working on an iOS app where I need to store and retrieve from an SQLite DB, a representation of a NSString that has subscripts. I can create a NSString at compile time wi
You need one of the NSString stringWithCString class methods or the corresponding initWithCString instance methods.
NSString
stringWithCString
initWithCString