For everything that's not in any way related to PureBasic. General chat etc...
Fluid Byte
Addict
Posts: 2336 Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany
Post
by Fluid Byte » Wed Feb 28, 2007 6:38 pm
PWNED!!
Num3
PureBasic Expert
Posts: 2812 Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:
Post
by Num3 » Wed Feb 28, 2007 8:01 pm
Yup
Btw, nice vibes from the station on your signature!
Last edited by
Num3 on Wed Feb 28, 2007 8:03 pm, edited 1 time in total.
Fluid Byte
Addict
Posts: 2336 Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany
Post
by Fluid Byte » Wed Feb 28, 2007 8:27 pm
Btw, nice vibes from the station on your signature!
Indeed! The only true house music station (IMHO)!
But the finger could be made better!
LMFAO! The finger is cheap as hell but the idea is incredible!
WishMaster
Enthusiast
Posts: 277 Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:
Post
by WishMaster » Wed Feb 28, 2007 9:21 pm
If PB would support OOP we could easily use great thirt-party libs like Qt...
ricardo
Addict
Posts: 2438 Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina
Post
by ricardo » Wed Feb 28, 2007 9:40 pm
Its not against the forum rules to misuse (abuse?) the PB pet??
ts-soft
Always Here
Posts: 5756 Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany
Post
by ts-soft » Wed Feb 28, 2007 9:41 pm
WishMaster wrote: If PB would support OOP we could easily use great thirt-party libs like Qt...
Object Orientated Programming != using OOP libs written in c++
PureBasic 5.73 |
SpiderBasic 2.30 |
Windows 10 Pro (x64) |
Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
utopiomania
Addict
Posts: 1655 Joined: Tue May 10, 2005 10:00 pm
Location: Norway
Post
by utopiomania » Wed Feb 28, 2007 10:19 pm
You asked for it! I like OOP, here's an example of a class calling an instance of itself:
WishMaster
Enthusiast
Posts: 277 Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:
Post
by WishMaster » Wed Feb 28, 2007 11:01 pm
ts-soft wrote: Object Orientated Programming != using OOP libs written in c++
Of course, but it would be much easier.
Kaeru Gaman
Addict
Posts: 4826 Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany
Post
by Kaeru Gaman » Wed Feb 28, 2007 11:47 pm
utopiomania wrote: You asked for it! I like OOP, here's an example of a class calling an instance of itself:
AHHHH, I'M BLINDED! *PUKE*
btw @Topic:
perhaps some don't know this link
http://www.geocities.com/tablizer/oopbad.htm
oh... and have a nice day.
merihevonen
Enthusiast
Posts: 326 Joined: Mon Jan 01, 2007 7:20 pm
Post
by merihevonen » Wed Feb 28, 2007 11:52 pm
Lol.. I like Semi-OOP style programming..
Something like this:
Code: Select all
Type Object
x.l
y.l
z.l
sp.l
End Type
Character=Object()
..
If Character\x=5
MessageRequester("","ERROR")
End If
Remove Character
Remove Object()
So.. half procedural and half OO.. that would be very good indeed..
ts-soft
Always Here
Posts: 5756 Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany
Post
by ts-soft » Wed Feb 28, 2007 11:57 pm
WishMaster wrote: ts-soft wrote: Object Orientated Programming != using OOP libs written in c++
Of course, but it would be much easier.
I using XProfan with OOP Support, but for using OOP-Like libs is PB much
easier
PureBasic 5.73 |
SpiderBasic 2.30 |
Windows 10 Pro (x64) |
Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.