I\'ve made a vector class implement the quicksort algorithm:
class myVector{ //... private: T* ptr;//the array void quick_sort(int low, int high,bool(*com