Objective-C Array/List Question

Posted by Dave C on Stack Overflow See other posts from Stack Overflow or by Dave C
Published on 2010-06-15T20:49:57Z Indexed on 2010/06/15 20:52 UTC
Read the original article Hit count: 377

Filed under:
|
|

What is the best practice, even in general programming, when you have an undefined, possibly infinite, amount of items that you need in an array but don't have defined bounds. Can you define an endless array in objective c that you can keep pushing items onto, like other lanaguages have a list item.

Thanks for any help.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about list