I'm self learning C++ to make myself more valuable to my bosses.
I'm using Microsoft Visual C++ 5.0.
I am trying to create random numbers in multiple arrays, comparing the new array elements to previously set array elements to make sure there are no two elements with the same value. This gets really long and hard to follow using 'if' and comparison statements. My question is: Is there a function to compare the elements of 2 arrays (type int for this example)?