Is there anything resembling pointers in VB6? I am looking at implementing some simple data structures(link list, Btree, AVL tree, red-black) in VB6 with a *nix (egcs) C++ background. Any help would be appreciated.

-jfs