Thread
:
need your help about writing data to file
View Single Post
10-14-2004, 08:10 PM
#
2
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
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
View Public Profile
Find More Posts by Valmont