$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-08-26 22:45:41
Neal Becker wrote:
> As it is, the 2 outputs are almost identical. There is only one
> difference: the text_oarchive (,no_header) output prints 2 leading
> '0' characters.
>
> Is there some way to suppress this preamble?
Off hand I don't remember what these two integers represent in this example.
The easiest way to find out is to use an xml archive and examine it.
However, I do know that in a text archive there is no information which is
not essential to reconstituting the archive. So I wouldn't expect you coul
elminate it.
Robert Ramey