objective c - What is the difference between int *p; and ClassA *Obj? -


could explain me difference between pointer concept when using primitive datatypes int , objective-c data types nsstring?

thanks, bala

pointers that. locate memory location. de-reference pointer(location) either primitive data type or user defined types appropriate. don't see difference b/w pointers user defined , primitive data types.


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 -