Data Structures -- Linked lists / Trees in vb.net

M

Martin

Hi,

I would like to ask if it is possible for a vb.net class to implement a
linked list or a tree.
Basically, I believe VB.net dows not support pointers so therefore I find it
hard to see how VB.net would support
any of these datastructure.

my back ground is in C++, where obviouly this is possible, although recently
I have been looking at VB.net as another developer uses this.

should I even be considering vb.net for these data structure or should I
just go with C# straight away.

any advise is welcome and appreciated.

cheers

martin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top