Is it PureBasic for me?

Everything else that doesn't fall into one of the other PB categories.
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Is it PureBasic for me?

Post by chen »

Hi,

This is my first post in this site, and sorry but I need your help..

Im starting with RealBasic, developing my first commercial aplications, some moments ago looking for RB stuff, appears in my browser a page talking about PureBasic.

I downloaded the demo version and Im impressed with the speed and executables size.

I couldnt find a good manual to understand it globally at first. I dont know if I can use Objects, classes, use inheritance and things like that.

Could I steal some minutes from you and throw on me some light?
I wanted to know what advantages PB has over RB.

I appreciate your time

thanks
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Is it PureBasic for me?

Post by DarkDragon »

chen wrote:Hi,

This is my first post in this site, and sorry but I need your help..

Im starting with RealBasic, developing my first commercial aplications, some moments ago looking for RB stuff, appears in my browser a page talking about PureBasic.

I downloaded the demo version and Im impressed with the speed and executables size.

I couldnt find a good manual to understand it globally at first. I dont know if I can use Objects, classes, use inheritance and things like that.

Could I steal some minutes from you and throw on me some light?
I wanted to know what advantages PB has over RB.

I appreciate your time

thanks
You can just use interfaces, no classes. PureBasic is no OOP-language. The manual appears when you press F1 in the Editor.
[EDIT]
And for interfaces you need to code your own constructor, so now "new Blah()"
bye,
Daniel
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6172
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

chen, on the link below you find something of a 'survival guide' for pb

please note that there is quite a major update coming (v4) end this / begin next year

however pb is NOT an object oriented language, some may want it to be, some (like me) don't

i must admit i am beginning to like it more and more :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Post Reply