G
Guest
Dear All,
I need to create a dynamic array (linked list) of a data structure. In the
old days I would have used a C++ list class, or an MFC COblist class, and
used it to manage the structure array. I'm using Visual Studio 2003 (haven't
forked out the cash for 2005 yet). What's the equivalent class in C#? I've
tried the ArrayList - but it just doesn't seem to cut it.
Any ideas really appreciated. I'm sure it's relatively simple.
Thanks
Greg
I need to create a dynamic array (linked list) of a data structure. In the
old days I would have used a C++ list class, or an MFC COblist class, and
used it to manage the structure array. I'm using Visual Studio 2003 (haven't
forked out the cash for 2005 yet). What's the equivalent class in C#? I've
tried the ArrayList - but it just doesn't seem to cut it.
Any ideas really appreciated. I'm sure it's relatively simple.
Thanks
Greg