newbie pointer dilemma...
newbie pointer dilemma...
- Subject: newbie pointer dilemma...
- From: Jonas Roel <email@hidden>
- Date: Fri, 30 Aug 2002 22:54:05 -0400
Can someone cogently differentiate between these two types of pointers:
NSRect *xyz;
&
NSRect xyz;
in others words when and why should one use/omit the * ?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.