Search:

Type: Posts; User: KianTern

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    6,908

    Thank you very much for your help.

    Thank you very much for your help.
  2. Replies
    6
    Views
    6,908

    Thanks it works great. But I can't understand...

    Thanks it works great.

    But I can't understand how this line works.
    mys.c = *(char*)pBuffer;
    Can you please explain or point me where can I read about this?

    I'm currently not worried about the...
  3. Replies
    6
    Views
    6,908

    Reading directly into the structure is OK for the...

    Reading directly into the structure is OK for the header but it will cause problems for the record it self, as it contains some optional fields, so i will need to parse the buffer anyway.
    The second...
  4. Replies
    6
    Views
    6,908

    Parsing a buffered binary data

    I'm trying to parse a binary file.
    The file consists of multiple header->record pairs.
    The record length and type are stored in the header.
    I want to be able to read the entire header into a...
Results 1 to 4 of 4