Re: using appendBezierPathWithPoints
Re: using appendBezierPathWithPoints
- Subject: Re: using appendBezierPathWithPoints
- From: Andrew Farmer <email@hidden>
- Date: Wed, 11 Jul 2007 20:47:59 -0700
On 11 Jul 07, at 19:50, William Zumwalt wrote:
// wish i knew how to not hard-code this value of 1000
NSPointArray *points[1000];
1. Your code treats 'points' as an array of arrays of NSPointArrays.
This is almost certainly wrong.
2. calloc().
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden