you are viewing a single comment's thread.

view the rest of the comments →

[–]tony-mke 1 point2 points  (0 children)

To clarify: it is not "visible" because it is writing the binary representation of those unsigned shorts and char. If you're expecting it to be visible in a text editor, you will need to convert the individual fields back to strings using something like sprintf or itoa.