substr() not working with pointer to array of terms.Sorry. p is a pointer to an array of terms, each consisting of a string and an int. query is referri...
substr() not working with pointer to array of terms.This function of my program is supposed to find the terms in a sorted array that match the key that ...