i am supposed to write a code for searching for a memory offset of a hexadecimal value in a binary file , i successfully wrote the code for normal search but i was asked to do it using binary search
any ideas on how can that be done ?

Have you tried using the bsearch() function? The only thing you need to do besides calling the function, is to provide the address to a compare function. RTFM...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.