Dominic Jones: > I have a list of strings and I want to determine whether or not a particular > string in the is in that list.
What about using: size_t[sting] yourStringSet; Bye, bearophile
Dominic Jones: > I have a list of strings and I want to determine whether or not a particular > string in the is in that list.
What about using: size_t[sting] yourStringSet; Bye, bearophile