Asterisk sometimes on variable type, sometimes on variable name. Why?

Posted by Moshe on Stack Overflow See other posts from Stack Overflow or by Moshe
Published on 2010-03-16T05:40:34Z Indexed on 2010/03/16 5:46 UTC
Read the original article Hit count: 207

In Objective-C, I've seen, for example:

UIPickerView *tweetPicker

and

UIPickerView* tweetPicker

What does the asterisk mean (I know, the first part is a dupe...) and why does it go on different parts of the deceleration in different contexts?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about asterisk