gcc 4.6.0
What does binary data look like? Are all 1 and 0.
I was just wondering when I was talking with another programmer about copying strings and binary data.
I usually use strcpy / strncpy functions to copy strings and memcpy / memmove to copy binary data. However, I'm just wondering what that looks like?
Thanks so much for any suggestions,
source
share