Ok, I've got the C String -> NSString thing down; how would I reverse this process?
My program gets a host name from a field and then works with it. The problem is, getting stuff from a field returns NSString*'s, and I need a character array to pass to gethostbyname(*char). Thanks.