Hey,
I am working on a problem that reads an array with a binary search of a text file. the search has to output all matches for a zip code entry, there will be more than one town per some zip codes.
i know you have to parse the strings for the towns using the string functions and how to get the file into arrays but stuck on the binary search and display code.