$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: s_krempp (krempp_at_[hidden])
Date: 2001-12-19 10:06:18
library format provides a class which parses a printf-like format
strings, and then formats one or several variables using streams,
whose flags and parameters are set according to the format-string
directives.
In brief, it brings printf's syntax to streams.
We aimed at the possibilty to use printf-format strings as-is.
And although a few printf directives are not fully emulated,
format-strings which contain such directives will be successfully
parsed, and produce a result which is near of what printf would have
printed.
Location :
<a href="http://groups.yahoo.com/group/boost/files/format2/">
format2/</a>
Documentation :
<a href = "http://groups.yahoo.com/group/boost/files/format2/format.html">
format.html</a>
-- Samuel PS: Of course, I'll be in holiday until January 2, so I might not answer messages quickly during this time