View Single Post
Old 10-14-2004, 08:10 PM   #2 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
The standard (C++) never defined a byte as 8 bits. It defines as:
A byte is AT LEAST 8 bits.

So if you are working with 12-bit bytes then you can still use the normal way of stream manipulation.
__________________
Valmont is offline   Reply With Quote