Hi,
I want to write a program to calculate the no. of bytes between the first binary pattern (110) to the next 110 binary pattern. i know i probably have to make use of:
cout<<sizeof(char);
Do i need to use a pointer or something to tell the program where to start counting? Or is there a better way?
Thanks.