
4 Sep
2006
4 Sep
'06
4:38 p.m.
On 9/4/06, Andrew Schweitzer
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