Hi every body
I want to know how i can read a very large binary file in to a character array using c++. I can read the whole file by using fread function but when i go no searching anything in that character array. i cant search.
i have used strstr function to search the string. and i also want to cut the buffer in pieces.
Thanks
Ankur Shah