VBGamer |
|||||||||||||||||||||||||||
RE: Linked Lists David Goodlad (1 reply, 0 views) (2000-Jun-17) Yeah, one way that you can do it is setup a system of classes, because class variables can 'point' to any object that you 'Set' them to. Therefore in your class you would have a pNext As CMyClass or whatever, and set that one to the 'next' item in the linked list. It's basically the same idea as it would be in c/c++ or pascal, except using a class to store the data, not a struct.
David
|