int24 - 24 bit integral datatype
- by Oops
Hi,
is there a 24Bit primitive integral datatype in C++?
If there is none, would it be possible to create a class int24 (, uint24 ) ?
it's purpose could be:
* manipulating soundfiles in 24 bit format
* manipulating bitmapdata without alphachannel
many thanks in advance
Oops