
21 Feb
2009
21 Feb
'09
6:44 p.m.
David Abrahams wrote:
Hmm, how do I convert to a hex string?
Great question for both directions (to/from string). I hack lexical_cast each release to add: stream.setf( std::ios::fmtflags(), std::ios::basefield ); That gets me the from_string hex conversion which is what I need most often. -- ---------------------------------- Michael Caisse Object Modeling Designs www.objectmodelingdesigns.com