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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -