Re: RosAsm is a broken pile of crap



På 20 Apr 2005 12:44:51 -0700, skrev <randyhyde@xxxxxxxxxxxxx>:



So... A Structure???!!!
Oh my goat! What is this???!!!... Do you mean
a "Turkish Tureen???...

Again, one word for you: instantiation. When you figure that out, you'll understand what structures are really about. In any language.

Gawwd grief, you are a stupid man Randall.

Instantiations are blissfully simple with RosAsm

[point.x        0
 point.y        4
 point.z        8
__________________
SizeOf_3DPoint 12]

[APoint: B$ 0 #SizeOf_3DPoint]
[AnArrayOfPoints : B$ 0 #(SizeOf_3DPoint*MaxArray)]

if dynamic

GetMem / alloc / globalalloc / etc SizeOf_3DPoint

or (SizeOf_3DPoint*SizeOf_Array]

Simple as that. Now, *** off !


No shame in ignorance. The shame is in refusing to learn once the
ignorance is made clear.

I said : *** off !

Cheers,
RandyHyde


.