Re: a c question
Re: a c question
- Subject: Re: a c question
- From: Scott Ellsworth <email@hidden>
- Date: Tue, 07 Feb 2006 16:13:26 -0800
On Feb 7, 2006, at 4:07 PM, Robert Dell wrote:
Andy Armstrong wrote:
On 7 Feb 2006, at 11:29, Robert Dell wrote:
the basic question I need answered is how do i implement open
ended arrays? that is an array that does not have any upper
limits, more items can be added as time goes on.
This isn't a Cocoa question is it? In Cocoa you'd use a
NSMutableArray - but that's not going to do your homework for you.
ok, a simple yes or no should suffice... can i use cocoa as a
command-line tool? if i can, i'll start looking and experimenting.
You will want to create a Core Foundation tool, most like.
The equivalent class to look up is CFMutableArray. A good starting
point is <http://developer.apple.com/documentation/CoreFoundation/
Conceptual/CFCollections/index.html#//apple_ref/doc/uid/10000124i>
Scott
_______________________________________________
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