Page 1 of 1

My thoughts about object oriented programming

Posted: Wed Feb 28, 2007 6:38 pm
by Fluid Byte
Image

PWNED!! Image

Posted: Wed Feb 28, 2007 8:01 pm
by Num3
Yup :twisted:

Btw, nice vibes from the station on your signature!

Posted: Wed Feb 28, 2007 8:02 pm
by Psychophanta
:lol:
But the finger could be made better! :P :lol:

Posted: Wed Feb 28, 2007 8:27 pm
by Fluid Byte
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! Image

Posted: Wed Feb 28, 2007 9:21 pm
by WishMaster
If PB would support OOP we could easily use great thirt-party libs like Qt...

Posted: Wed Feb 28, 2007 9:40 pm
by ricardo
Its not against the forum rules to misuse (abuse?) the PB pet??

Posted: Wed Feb 28, 2007 9:41 pm
by ts-soft
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++

Posted: Wed Feb 28, 2007 10:19 pm
by utopiomania
You asked for it! I like OOP, here's an example of a class calling an instance of itself:


Image

Posted: Wed Feb 28, 2007 11:01 pm
by WishMaster
ts-soft wrote:Object Orientated Programming != using OOP libs written in c++
Of course, but it would be much easier.

Posted: Wed Feb 28, 2007 11:47 pm
by Kaeru Gaman
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

Posted: Wed Feb 28, 2007 11:52 pm
by merihevonen
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.. :P

Posted: Wed Feb 28, 2007 11:57 pm
by ts-soft
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 :lol: