My thoughts about object oriented programming
Posted: Wed Feb 28, 2007 6:38 pm

PWNED!!

http://www.purebasic.com
https://www.purebasic.fr/english/


Indeed! The only true house music station (IMHO)!Btw, nice vibes from the station on your signature!
LMFAO! The finger is cheap as hell but the idea is incredible!But the finger could be made better!

Object Orientated Programming != using OOP libs written in c++WishMaster wrote:If PB would support OOP we could easily use great thirt-party libs like Qt...

Of course, but it would be much easier.ts-soft wrote:Object Orientated Programming != using OOP libs written in c++
AHHHH, I'M BLINDED! *PUKE*utopiomania wrote:You asked for it! I like OOP, here's an example of a class calling an instance of itself:
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()I using XProfan with OOP Support, but for using OOP-Like libs is PB muchWishMaster wrote:Of course, but it would be much easier.ts-soft wrote:Object Orientated Programming != using OOP libs written in c++