hi, I want to hold datasets of the following format(transport item with 2 attributes) in a data structure nicely: item Xcount Ycount car 1 2 bike 2 3 train 4 5 I could use a multi-dimensional array but how do you dynamically resize the array at run time, if
you don't know how long your list is going to be? What would you recommend? thx
philipl
Member
640 Points
128 Posts
which c# data structure
Aug 08, 2003 04:29 PM|LINK
stiletto
All-Star
16995 Points
3304 Posts
Re: which c# data structure
Aug 08, 2003 07:45 PM|LINK