>Have you thought of using a linked list instead of an array.
>This way you could have arrays of variable sizes.

Andre,

 I've been doing a variable-size array all the time (just using a
malloc()ed pointer as an array). Basically, map and vector work in a
similar way as your list, they're just a bit more sophisticated since they
sort the entries in a way that helps them locate them faster.

Cheers,
-- M. Uli Kusterer

------------------------------------------------------------
             http://www.weblayout.com/witness
       'The Witnesses of TeachText are everywhere...'

--- HELP SAVE HYPERCARD: ---
Details at: http://www.hyperactivesw.com/SaveHC.html
Sign: http://www.giguere.uqam.ca/petition/hcpetition.html

Reply via email to