Posted: Mon Apr 24, 2006 8:48 am Post subject: VB classes and containers
Does anybody know how to make classes like you can in Java and C++?
Also, how do you implment queues, stacks and linked list in VB? Do you have to make all those data containers on your own? or is there a library which contains all of these?