Hey all,

I am trying to write a code which works with 96bit int. It means I need to read and
store ids which are exactly 96 bits. (No more, no less)

Since I am pretty new with C++, I don't know what type of variable I need to use.

How can I make sure an int to use only 96 bits ? Should I write a class for that?

Sorry if this is a very easy one but I have been googling it for 2 days now and still
no clear idea about it.

Thank you