ios - In objective c, when creating objects, why do we need to use *? -


this question has answer here:

in objective c, when creating objects, why need use *? example, creating

nsstring *string =@"i ma string"; 

in above code why need use *string

can explain please?

thanks in advance.

* means pointer object, not actual object


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -