From: me22 (me22.ca_at_[hidden])
Date: 2006-09-04 12:38:09


On 9/4/06, Andrew Schweitzer <a.schweitzer.grps_at_[hidden]> wrote:
> You know, I just downloaded it and read the doc, but I didn't see any
> mention of converting to strings... maybe I didn't read carefully enough
> or didn't think about the possibilities? I'll look again.
>
I'm not sure how complete the docs are, but there does appear to be a
.str() member function returning a char const *. ( And operator<< for
streams is defined in terms of it. )

~ SWMc