I'm just a newbie with EBasic.
I know that EB supports classes, but I don't know how to use this.
I have read the user manual but I have questions about OOP in EBASIC.
Can someone show me how you can create a class which some win API functions calls inside?"
I would like create classes for complexe data structures such as :
Stack, Queue, Single Linked List, Double Linked List.....
Can somebody help me with examples, but there are so little examples for EBASIC.
Can you please more examples with using OOP.
Can I use classes in GUI programming such as Aurora used classes?
Techno
I wrote a class for double-linked list.
You can download it at: http://www.ionicwind.com/forums/index.php/topic,1632.msg15203.html#msg15203
Larry