Streaming library

Wayne Anderson wanderon at comcast.net
Wed Oct 13 09:07:30 PDT 2010


Don't forget data alignment.  For example, when streaming structs it may be useful to stream out to the file
system or network in packed form, then unpack to the preferred alignment of the destination architecture
on streaming in.


More information about the Digitalmars-d mailing list