std::vector
int featureNum,
std::vector
int left,
int right) {
...
}
Am I retarted or does it actually have to be this verbose?
I'm doing quick sort on a 2D vector of features and the associated result for each value in the second dimension of the features vector.