Boost logo

Boost :

From: Xtramax (kb_at_[hidden])
Date: 2001-12-20 02:15:07


%p is a defined printf format in MSVC

p Pointer to void Prints the address pointed to by the
argument in the form xxxx:yyyy where xxxx is the segment and yyyy is the
offset, and the digits x and y are uppercase hexadecimal digits.

Keith Burton

----- Original Message -----
From: "s_krempp" <krempp_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Wednesday, December 19, 2001 3:06 PM
Subject: [boost] Review request : format

> 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
>
>
> Info: http://www.boost.org Send unsubscribe requests to:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk