$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lee Brown (lee_at_[hidden])
Date: 2002-01-29 21:18:09
> While under what I am writting you would write the above as
>
> format_expr f("%d = %x");
> cout << format(f, 16, 16);
> cout << format(f, 16, 16);
I like this one.