// stlsortarray.cpp -- demo of STL sort directly on array // updated from stlsort.cpp by cmc, 3/30/2016 #include #include using namespace std; // utility print function for integer array void pr(int a[], int n) { for (int i=0; i