This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: <bitset> in egcs?


 bitset is a class that handles bit strings in a machine-independent
fashion. It includes all the manipulation you'd want to do too.

 You can read about it at: http://www.dinkum.com/htm_cpl/bitset.html.

Richard

Gerald Pfeifer wrote:

> On Thu, 29 Oct 1998, Richard Dubois wrote:
> >  What is the status of bitset?
>
> In the STL from SGI, and thus also in EGCS, vector<bool> is a
> specialisation of vector<>, that implements a bit vector.
>
> Gerald
>
> PS: I don't have access to Stroustrup's C++ 3rd Ed., so I could
>     not check what bitset is supposed to do.
> --
> Gerald Pfeifer (Jerry)      Vienna University of Technology
> pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/



--
Richard Dubois
SLD, Stanford Linear Accelerator Center
Richard@slac.stanford.edu
http://www.slac.stanford.edu/~richard/
650-926-3824
650-926-2923 (FAX)




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]