28 Jan
2001
28 Jan
'01
3:10 p.m.
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