Method to get to the middle of the file for Binary Search
问题 I am doing an assignment where I've got given a program which reads in a data file and spits out the data into an array of bytes, where the first 4 bytes of the array tell you how many people's names it has (the data file contains). Following the rest of the array which holds strings of the names of the people. This array is pointed to by a const void * foo; For example, the first 4 bytes say there are 5 names stored into the array, and the next 4 bytes tell you the address of the person's