Re: Logical Bit x "Physical" Bit
- From: "snow" <rok.sibanc@xxxxxxxxx>
- Date: 11 Mar 2006 07:27:52 -0800
If you dont hit memory upper limit i would go for byte(char), since
byte is normally easier to manipulate than single bits in high level
languages.
You have things like bitset and vector<bool> in C++ if you want to save
some memory, but performance might decrease a little.
.
- Follow-Ups:
- Re: Logical Bit x "Physical" Bit
- From: Nero1604
- Re: Logical Bit x "Physical" Bit
- References:
- Logical Bit x "Physical" Bit
- From: victorufba@xxxxxxxxx
- Logical Bit x "Physical" Bit
- Prev by Date: Logical Bit x "Physical" Bit
- Next by Date: Re: Logical Bit x "Physical" Bit
- Previous by thread: Logical Bit x "Physical" Bit
- Next by thread: Re: Logical Bit x "Physical" Bit
- Index(es):