IonicWind Software

IWBasic => General Questions => Topic started by: Techno on August 18, 2007, 05:22:56 AM

Title: Create classes in EBASIC such as Aurora with or without WinAPI
Post by: Techno on August 18, 2007, 05:22:56 AM
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?
Title: Re: Create classes in EBASIC such as Aurora with or without WinAPI
Post by: LarryMc on August 18, 2007, 06:44:20 AM
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