Re: bitvectors

From: Aaron Throckmorton (throck@NFINITY.COM)
Date: 08/10/98


Actually, if you are using MSVC++, a much better way to convert your
bitvectors is to use an array of bool.  This way you can make  you bitvectors
exactly the length you need them.

bool[15465] gives you 15465 bits.  :)

throck

Rob Baumstark wrote:

> >bpl15 will make it easier, but at the moment, just change all your
> >bitvectors to 'unsigned long long'.  If your compiler doesn't have 'long
> >long', try '__longlong', otherwise you're SOL.
>
> Under MSVC++ you want '__int64'


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST