VBGamer |
|||||||||||||||||||||||||||
RE: C,C++ rocks, VB is Better Corre (1 reply, 0 views) (2000-Oct-19) OR you could make a class called Asteroid, with this code:
Public X as integer
Public Y as integer
Public Xincr as Double
Public Yincr as Double
Public Status as Integer
Public NextAsteroid As Asteroid
Public NextCreatue As Creature
And you would have the same functionality, because object references work much in the same way as pointers.
There might be limitations in VB, but linked lists is not one of them.
/Corre
|