int24 - 24 bit integral datatype
Posted
by Oops
on Stack Overflow
See other posts from Stack Overflow
or by Oops
Published on 2010-04-21T12:16:03Z
Indexed on
2010/04/21
12:23 UTC
Read the original article
Hit count: 301
c++
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
© Stack Overflow or respective owner