Re: Adding Structure in NSArray
Re: Adding Structure in NSArray
- Subject: Re: Adding Structure in NSArray
- From: Chris Hanson <email@hidden>
- Date: Thu, 17 Aug 2006 23:06:27 -0700
On Aug 15, 2006, at 6:10 AM, omer riaz wrote:
I have a small problem. I wanted convert dynamic linklist, which is
composed of struct, into NSArray. Is there any method, I can take
this struct as a unit of NSArray. I have tried the following code
but it is not working. It gives me error at id songs
The Foundation collection classes only support storing objects, not C
structures or arbitrary pointers.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden