Difference between char *foo vs (char *)foo in Objective-C - by iWalter What is the difference between char *foo and (char*) foo in Objective-C? Read the article
Objective-C: initWithName:(char *)string - by iWalter How would you read this in English? My concern is with the pointer. Is that pointer associated with char or with string? Thanks in advance! Read the article