$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-07-01 05:25:54
Sean Farrow skrev:
> Hi:
> I'll check this tommoro, if this works is the msb the first bit, i.e in
> the first example 1?
> So if I wanted to set a 6-bit bitset to 1 it would be 000001
> I don't want to have to go through, printing all 63 values if I can help
> it!
>
then use ints instead of strings to construct the bitset.
-Thorsten