$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [iostreams] binary memory stream
From: Christian Henning (chhenning_at_[hidden])
Date: 2009-03-30 11:49:30
I think what Kenny is referring to is that fact that you have to use a
stringstream buffer for writing binary data. People think of strings
normally as text.
But then again you can always use typedef. ;-)
Christian