[A83] Another call to those who think they know more than me.


[Prev][Next][Index][Thread]

[A83] Another call to those who think they know more than me.




How would I do this with memcopy, and would it be faster.

VectorCopy(a,b) {b[0]=a[0];b[1]=a[1];b[2]=a[2];}



Follow-Ups: References: