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


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

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




what are the types of a and b ??

with memcpy it would be:

memcpy(a,b,sizeof(a)*3);

i don't think it would be much faster though....

> -----Oorspronkelijk bericht-----
> Van: assembly-83-bounce@lists.ticalc.org
> [mailto:assembly-83-bounce@lists.ticalc.org]Namens Robert M. Proie Jr.
> Verzonden: Thursday, July 12, 2001 18:47
> Aan: assembly-83@lists.ticalc.org
> Onderwerp: [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];}
> 
> 



References: