j
k
j a
j l
Steve Loft wrote:
Is there a fast way to zero a large array, e.g. an equivalent to the following C fragment? int x[100,100]; memset(x, 0, sizeof(x)); -- Steve
Is there a fast way to zero a large array, e.g. an equivalent to the following C fragment?
int x[100,100]; memset(x, 0, sizeof(x));
-- Steve
Back to the thread
Back to the list