Assuming two different int arrays of the same size, is there some fast way to compare the int arrays to check for equality, other than manually checking the value of each index of array1 to the value at the index of that array2? or is this as optimized as it gets?
This may be the wrong forum for my question but here it is: I can not determine if this is a VS2005 issue, XP-64 issue or if I just got a lemon machine. I am in the early stages of re-writing a Win32 app using WindowsForms and VB