How can I serialize a struct into a file in the style of C?
solidstate1991 via Digitalmars-d-learn Fri, 21 Jul 2017 18:52:08 -0700
Due to it's convenience, I was thinking on reading and writing
file headers by creating structs mirroring the layouts of actual
headers I would need. I've seen many examples of this in C,
however I' struggling using the same methods through the use of
code.stdc.stdio, especially as I can't really trace bugs from
fread.
- How can I serialize a struct into a... solidstate1991 via Digitalmars-d-learn
- Re: How can I serialize a stru... Mike Parker via Digitalmars-d-learn
- Re: How can I serialize a ... Mike Parker via Digitalmars-d-learn
- Re: How can I serializ... solidstate1991 via Digitalmars-d-learn
- Re: How can I seri... Adam D. Ruppe via Digitalmars-d-learn
- Re: How can I seri... Temtaime via Digitalmars-d-learn