string::compare not working?Found the error.. I didn't have an = operator after while(j >= ...)
string::compare not working?I tried that.. It is really weird, [quote]operator>[/quote] returns the above output and [quote]oper...
string::compare not working?I tried that method. Function: [code] void CensusData::insertionSort(int sortN) { if(sortN == 0) ...
string::compare not working?I am sorting the records in order of their city name for this portion. [output] **********INSERTION...
string::compare not working?I don't know if I'm using string::compare right.. I am using insertion sort to sort some records tha...