[computer-go] C++: copying arrays

steve uurtamo apoxonpoo at yahoo.com
Fri Aug 11 06:57:01 PDT 2006


> If I have declared two such tables a and b, does
> 
> a = b;
> 
> copy the array,

no, but memcpy will.

it might be worth coding up sections in C -- you
won't have to worry about any OO structure, the
typing is 100% unambiguous, and it'll likely go
a bit faster.  :)

s.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the computer-go mailing list