From: Dave Gomboc (dave_at_[hidden])
Date: 2002-02-11 14:52:16


> Does this really add a whole lot of value
> cout << format("%{1:hex,width=10,pad=0} %{2:dec}")(a)(b);
> over
> cout << format("%010x %d")(a)(b);

It certainly does.

Dave Gomboc