I want the user to input a string and then assign the input to an NSString. Right now my code looks like this:
NSString *word; scanf(\"%s\", &word); >
yes, but sscanf does, and may be a good solution for complex NSString parsing.