I\'m trying to initialize an int array with everything set at -1.
I tried the following, but it doesn\'t work. It only sets the first value at -1.
in
use vector of int instead a array.
vector directory(100,-1); // 100 ints with value 1