I tried to fix the problem by changing the arrays to
I tried to call the sort method to sort the array by doing this,sortHand( char const *faceValue ); // Sort the array
but there is still a problem.
I dont if if its just me but how can you expect a procedure to sort a data item for you which involves manipulating teh data by passing the argument as constant ??? In you function prototype the const qualifier applies to the char array data and not the pointer if thats what you wnated to do ?