Hi,
I have a char * that can be of any size, lets say for example 100 bytes. I want to be able to seek to the first 10 bytes and compare that with the first 10 bytes of another char * and so on..so next i will move on 10 bytes and compare these 10 bytes with the corresponding char *.
Any ideas on how i can do this? my c knowledge is very limited.
thanks for your help
jim
I have a char * that can be of any size, lets say for example 100 bytes. I want to be able to seek to the first 10 bytes and compare that with the first 10 bytes of another char * and so on..so next i will move on 10 bytes and compare these 10 bytes with the corresponding char *.
Any ideas on how i can do this? my c knowledge is very limited.
thanks for your help
jim