$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-06-28 16:51:38
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