Custom byte size?

Posted by thyrgle on Stack Overflow See other posts from Stack Overflow or by thyrgle
Published on 2010-04-21T01:45:30Z Indexed on 2010/04/21 1:53 UTC
Read the original article Hit count: 307

Filed under:
|
|
|
|

So, you know how the primitive of type char has the size of 1 byte? How would I make a primitive with a custom size? So like instead of an in int with the size of 4 bytes I make one with size of lets say 16. Is there a way to do this? Is there a way around it?

© Stack Overflow or respective owner

Related posts about c++

Related posts about primitives