28 Jun
2008
28 Jun
'08
8:51 p.m.
AMDG Sean Farrow wrote:
Hi: Will Boost::Lexical_cast allow me to convert an std::sring to an std::bitset,
Sure, but it's probably easier to use the std::bitset constructor that takes a std::string.
and convert convert from std::bitset to WORD?
Would this member of bitset help? unsigned long std::bitset::to_ulong() const; In Christ, Steven Watanabe